|
|
|
@ -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", |
|
|
|
|
}, |
|
|
|
|
) |
|
|
|
|