1 Star 1 Fork 0

五十风 / tty_menu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
# -*- coding:utf-8 -*-
__author__ = 'gojuukaze'
from setuptools import setup, find_packages
setup(
name="tty_menu",
version="1.0.3",
description="terminal menu(一个命令行上下选择菜单)",
long_description=open("README.rst").read(),
license="GUN V3.0",
url="https://github.com/gojuukaze/tty_menu",
author="gojuukaze",
author_email="i@ikaze.uu.me",
py_modules=['tty_menu'],
include_package_data=True,
platforms="OSX, Linux",
install_requires=[],
classifiers=[
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: MacOS',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Development Status :: 5 - Production/Stable',
],
)
Python
1
https://gitee.com/gojuukaze/tty_menu.git
git@gitee.com:gojuukaze/tty_menu.git
gojuukaze
tty_menu
tty_menu
master

搜索帮助