1 Star 0 Fork 0

chenddcoder/ddshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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 = "ddshell",
version = "0.0.8",
keywords = ("shell", "menu","ddshell", "ddmenu"),
description = "shell菜单",
long_description = "shell中的菜单,可以配置多级菜单,并执行",
license = "MIT Licence",
url = "https://gitee.com/chenddcoder/ddshell",
author = "chenddcoder",
author_email = "chenddcoder@foxmail.com",
packages = find_packages(),
include_package_data = True,
platforms = "any",
install_requires = [],
entry_points={'console_scripts': [
'ddshell = ddshell.dd:main'
]}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chenddcoder/ddshell.git
git@gitee.com:chenddcoder/ddshell.git
chenddcoder
ddshell
ddshell
master

搜索帮助