|
|
|
@ -28,7 +28,7 @@ with open("README.rst", "r") as fh:
|
|
|
|
|
|
|
|
|
|
setup( |
|
|
|
|
name="sphinx_weasyprint_builder", |
|
|
|
|
version="0.1.0", |
|
|
|
|
version="0.1.1", |
|
|
|
|
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder", |
|
|
|
|
license="EUPL 1.2", |
|
|
|
|
author="Kujiu", |
|
|
|
@ -71,7 +71,7 @@ setup(
|
|
|
|
|
], |
|
|
|
|
keywords="sphinx doc pdf weasyprint", |
|
|
|
|
project_urls={ |
|
|
|
|
"Source": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder", |
|
|
|
|
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder/issues", |
|
|
|
|
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_weasyprint_builder", |
|
|
|
|
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_weasyprint_builder/issues", |
|
|
|
|
}, |
|
|
|
|
) |
|
|
|
|