Fix repo URLs
This commit is contained in:
parent
8af8209ddf
commit
cf530f3092
|
@ -21,7 +21,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.0.1"
|
version = "1.0.0"
|
||||||
|
|
||||||
# If a Python code subdirectory is used:
|
# If a Python code subdirectory is used:
|
||||||
# packages = [
|
# packages = [
|
||||||
|
@ -56,9 +56,9 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
homepage = "https://dev.libre.is"
|
homepage = "https://dev.libre.is"
|
||||||
documentation = "https://dev.libre.is"
|
documentation = "https://dev.libre.is"
|
||||||
repository = "https://code.libre.is/libre/sndid"
|
repository = "https://code.libre.is/libre/dev-libre-is"
|
||||||
issues = "https://code.libre.is/libre/sndid/issues"
|
issues = "https://code.libre.is/libre/dev-libre-is/issues"
|
||||||
changelog = "https://code.libre.is/libre/sndid/raw/branch/main/CHANGELOG.txt"
|
changelog = "https://code.libre.is/libre/dev-libre-is/raw/branch/main/CHANGELOG.txt"
|
||||||
|
|
||||||
# Directory of Python scripts, if used.
|
# Directory of Python scripts, if used.
|
||||||
# [options.packages.find]
|
# [options.packages.find]
|
||||||
|
|
Loading…
Reference in a new issue