blob: 6db763be6865014293db936ef16ed624e27d3281 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[project]
name = "GRPS"
version = "0.0.1"
description = "GRPS"
authors = [
{ name = "简律纯", email = "leader@hydroroll.team" },
]
dependencies = [
]
requires-python = ">=3.10"
readme = "README.rst"
license = { text = "MIT" }
[project.urls]
Homepage = "https://grps.hydroroll.team"
Documentation = "https://grps.hydroroll.team"
Repository = "https://github.com/HydroRoll-Team/GRPS"
Changelog = "https://grps.hydroroll.team/zh_CN/latest/changelog.html"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
docs = [
"furo>=2025.7.19",
"myst-parser>=4.0.1",
"sphinx>=8.1.3",
"sphinx-autobuild>=2024.10.3",
"sphinx-design>=0.6.1",
"sphinx-intl>=2.3.1",
]
|