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