diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-01-12 20:44:39 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-01-12 20:44:39 +0100 |
commit | eb535d25b9522f155e955a979d49d2245846a911 (patch) | |
tree | 363db5130c3649c9341536976599c250b9637de5 | |
parent | cdbc12f96784d804d12969d9c79f677757bd9d6a (diff) | |
download | fietsboek-eb535d25b9522f155e955a979d49d2245846a911.tar.gz fietsboek-eb535d25b9522f155e955a979d49d2245846a911.tar.bz2 fietsboek-eb535d25b9522f155e955a979d49d2245846a911.zip |
update website URL in pyproject
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bcdcf8e..41236f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,8 @@ classifiers = [ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', ] -documentation = "https://kingdread.de/fietsboek/" +documentation = "https://docs.fietsboek.org/" +homepage = "https://fietsboek.org/" repository = "https://gitlab.com/dunj3/fietsboek" keywords = ["web", "gpx"] |