5 Star 38 Fork 9

deepin-community / youqu

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pyproject.toml 749 Bytes
Copy Edit Raw Blame History
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "youqu"
version = "2.6.0"
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

Search