加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
秩启 提交于 2022-10-03 14:22 . v2.0.2
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "localc"
version = "2.0.2"
authors = [
{name="rankrev", email="307532500@qq.com"},
]
description = "A simple logic calculator"
readme = "README.md"
license = {file="LICENSE"}
dependencies = [
"prettytable",
"ipython"
]
[project.urls]
"Homepage" = "https://gitee.com/rankrev/localc"
"Bug Tracker" = "https://gitee.com/rankrev/localc/issues"
[tool.setuptools.packages.find]
where = ["localc\\gui"]
[tool.setuptools.package-data]
mypkg = ["*.ico"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化