1 Star 0 Fork 24

四少 / mulan-rework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
import setuptools
with open("README.md", encoding="utf-8", mode="r") as readme:
longDescription = readme.read()
setuptools.setup(
name="ulang",
# 木兰/__init__.py 中保持一致
version="0.0.22",
license="GNU GPLv3",
author="吴烜",
author_email="mulanrevive@gmail.com",
entry_points = {
"console_scripts": ['木兰 = 木兰.中:中']
},
description="木兰编程语言重现",
long_description=longDescription,
long_description_content_type="text/markdown",
url="https://www.oschina.net/p/mulan-rework",
project_urls={
"Source": "https://gitee.com/MulanRevive/mulan-rework",
"Changelog": "https://gitee.com/MulanRevive/mulan-rework#版本历史介绍",
},
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
],
install_requires=[
'rply-ulang',
],
python_requires="== 3.7.*"
)
Python
1
https://gitee.com/nianqingmallhq/mulan-rework.git
git@gitee.com:nianqingmallhq/mulan-rework.git
nianqingmallhq
mulan-rework
mulan-rework
master

搜索帮助