1 Star 0 Fork 40

qiujiacai/pyporter

forked from openEuler/pyporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
LukeLIN-web 提交于 2023-09-25 06:44 . update
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pyporter"
version = "1.1"
authors=[
{name="Zhipeng Xie", email="xiezhipeng1@huawei.com"},
]
description = "A rpm packager bot for python modules from pypi.org"
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: Mulan PSL v2",
]
dependencies = [
"retry2"
]
[project.scripts]
pyporter = "pyporter.pyporter:main"
[project.urls]
"Homepage" = "https://gitee.com/openeuler/pyporter"
"Bug Tracker" = "https://gitee.com/openeuler/pyporter/issues"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiu-jc/pyporter.git
git@gitee.com:qiu-jc/pyporter.git
qiu-jc
pyporter
pyporter
master

搜索帮助