New git home
This commit is contained in:
parent
e29f30aee3
commit
2718a07964
4 changed files with 9 additions and 6 deletions
5
CHANGES
5
CHANGES
|
@ -2,6 +2,11 @@
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.1.1 (*2020-07-08*)
|
||||||
|
====================
|
||||||
|
|
||||||
|
- New git home
|
||||||
|
|
||||||
0.1.0 (*2020-06-10*)
|
0.1.0 (*2020-06-10*)
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
Sphinx>=3.0.0
|
Sphinx>=3.0.0
|
||||||
WeasyPrint
|
WeasyPrint
|
||||||
endesive
|
|
||||||
pykcs11
|
|
||||||
bs4
|
bs4
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -28,7 +28,7 @@ with open("README.rst", "r") as fh:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="sphinx_weasyprint_builder",
|
name="sphinx_weasyprint_builder",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder",
|
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder",
|
||||||
license="EUPL 1.2",
|
license="EUPL 1.2",
|
||||||
author="Kujiu",
|
author="Kujiu",
|
||||||
|
@ -71,7 +71,7 @@ setup(
|
||||||
],
|
],
|
||||||
keywords="sphinx doc pdf weasyprint",
|
keywords="sphinx doc pdf weasyprint",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder",
|
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_weasyprint_builder",
|
||||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder/issues",
|
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_weasyprint_builder/issues",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,7 +6,7 @@ from sphinx.application import Sphinx
|
||||||
from sphinx.util.osutil import make_filename
|
from sphinx.util.osutil import make_filename
|
||||||
|
|
||||||
|
|
||||||
version = (0, 1, 0)
|
version = (0, 1, 1)
|
||||||
|
|
||||||
|
|
||||||
def setup(app: Sphinx) -> Dict[str, Any]:
|
def setup(app: Sphinx) -> Dict[str, Any]:
|
||||||
|
|
Loading…
Reference in a new issue