Fix urls
This commit is contained in:
parent
1d59bb2408
commit
f7f3b6cb39
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -32,7 +32,7 @@ with open("README.rst", "r") as fh:
|
|||
setup(
|
||||
name='sphinx_storymaker',
|
||||
version='0.1.0',
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/sphinx_storymaker",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/sphinx-storymaker",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
author_email="kujiu-pypi@kujiu.org",
|
||||
|
@ -71,7 +71,7 @@ setup(
|
|||
"Topic :: Games/Entertainment :: Role-Playing",
|
||||
],
|
||||
project_urls={
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_storymaker",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_storymaker/issues",
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx-storymaker",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx-storymaker/issues",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue