20 Star 125 Fork 24

木兰编程语言 / mulan-rework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
LY 提交于 2024-03-30 13:45 . 增加 Python 3.12 版本支持
[project]
name = "ulang"
authors = [
{name = "吴烜", email = "mulanrevive@gmail.com"},
]
description = "木兰编程语言重现"
readme = "README.md"
requires-python = ">=3.7,<3.13"
license = {text = "GNU GPLv3"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
]
dependencies = [
"rply-ulang",
"codegen",
]
dynamic = ["version"]
[tool.setuptools]
packages = ["木兰"]
[project.scripts]
"木兰" = "木兰.中:中"
[project.urls]
Homepage = "https://www.oschina.net/p/mulan-rework"
Source = "https://gitee.com/MulanRevive/mulan-rework"
Changelog = "https://gitee.com/MulanRevive/mulan-rework#版本历史介绍"
[tool.setuptools.dynamic]
# 在`木兰/__init__.py`中修改版本号即可
version = {attr = "木兰.__版本__"}
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
Python
1
https://gitee.com/MulanRevive/mulan-rework.git
git@gitee.com:MulanRevive/mulan-rework.git
MulanRevive
mulan-rework
mulan-rework
master

搜索帮助