1 Star 0 Fork 25

dp / mulan-rework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.06 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',
'codegen',
],
python_requires="== 3.7.*"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cndp/mulan-rework.git
git@gitee.com:cndp/mulan-rework.git
cndp
mulan-rework
mulan-rework
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891