Updated README and pyproject.toml with correct link to the home page of the project.

This commit is contained in:
Cédric Bonhomme 2021-02-04 17:16:58 +01:00
parent 45de0524d6
commit e9a7721ccc
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://git.sr.ht/~cedric/stegano"
homepage = "https://sr.ht/~cedric/stegano"
repository = "https://git.sr.ht/~cedric/stegano"
documentation = "https://stegano.readthedocs.io"
@ -24,6 +24,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]