5 Star 37 Fork 9

deepin-community / youqu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
mikigo 提交于 2024-05-08 11:51 . fix: 1、dev for 2.5.5;2、update docs
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "youqu"
version = "2.5.5"
authors = [
{ name = "mikigo", email = "huangmingqiang@uniontech.com" },
]
description = "youqu"
readme = "youqu/README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
]
dependencies = [
]
[project.optional-dependencies]
[project.scripts]
youqu-startproject = "youqu.startproject:cli"
[tool.hatch.build.targets.wheel]
packages = [
"/youqu",
]
[project.urls]
Source = "https://github.com/linuxdeepin/youqu"
Documentation = "https://linuxdeepin.github.io/youqu"
Python
1
https://gitee.com/deepin-community/youqu.git
git@gitee.com:deepin-community/youqu.git
deepin-community
youqu
youqu
master

搜索帮助