1 Star 0 Fork 0

Junruoyu-Zheng/VerManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Junruoyu-Zheng 提交于 2020-09-18 17:23 +08:00 . remove python 3.8 syntax
from setuptools import setup
with open("README.md", "r", encoding='utf8') as fh:
long_description = fh.read()
setup(
name='vermanager',
version='0.1.3',
author='junruoyu-zheng',
author_email='zhengjry@outlook.com',
url='https://gitee.com/junruoyu-zheng/ver-manager',
description=u'A manager for versions. Modules with version requirements can be written as `ModuleName(==|>=|<=)1.2.3`. The VerManager is aimed at version control. ',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['vermanager'],
install_requires=[],
entry_points={},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/junruoyu-zheng/ver-manager.git
git@gitee.com:junruoyu-zheng/ver-manager.git
junruoyu-zheng
ver-manager
VerManager
master

搜索帮助