pyproject.toml: add homepage

This commit is contained in:
Anna “CyberTailor” 2023-06-26 23:25:31 +05:00
parent 4fab0e450f
commit 1e31fd3b3a
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 3 additions and 2 deletions

View File

@ -30,9 +30,9 @@ classifiers = [
pkginfo = ["pkginfo"]
# DOAP
rdf = ["rdflib"]
# Cargo.toml, pyproject.toml, ...
# Cargo.toml, pyproject.toml
toml = ["tomli; python_version <= '3.11'"]
# shard.yml
# package.yaml, shard.yml
yaml = ["PyYAML"]
docs = [
@ -49,6 +49,7 @@ test = [
gentle = "gentle.__main__:main"
[project.urls]
Home = "https://gentle.sysrq.in"
Source = "https://git.sysrq.in/gentle"
Issues = "https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle"