Ai
1 Star 0 Fork 0

tpyp/tpyp-module-commands

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
茄子 提交于 2022-12-23 02:48 +08:00 . 0.1版本
#!/usr/bin/env python
#-*- coding:utf-8 -*-
#############################################
# File Name: setup.py
# Author: mage
# Mail: mage@woodcol.com
# Created Time: 2018-1-23 19:17:34
#############################################
from setuptools import setup, find_packages
setup(
name = "typy-module-commands",
version = "0.1.0",
keywords = ("命令行","commands"),
description = "快速构建命令行功能",
long_description = "快速构建命令行功能",
license = "MIT Licence",
url = "https://gitee.com/tpyp/tpyp-module-commands",
author = "唐茄茄",
author_email = "584231366@qq.com",
packages = find_packages(),
include_package_data = True,
platforms = "any",
install_requires = []
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tpyp/tpyp-module-commands.git
git@gitee.com:tpyp/tpyp-module-commands.git
tpyp
tpyp-module-commands
tpyp-module-commands
master

搜索帮助