New git home
This commit is contained in:
parent
6babbabc73
commit
43ac6129ad
3 changed files with 13 additions and 5 deletions
8
CHANGES
Normal file
8
CHANGES
Normal file
|
@ -0,0 +1,8 @@
|
|||
=======
|
||||
Changes
|
||||
=======
|
||||
|
||||
0.1.1 (*2020-07-08*)
|
||||
====================
|
||||
|
||||
- New git home
|
8
setup.py
8
setup.py
|
@ -5,8 +5,8 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_fasvg",
|
||||
version="0.1",
|
||||
url="https://procrastinator.nerv-project.eu/communication/sphinx_fasvg",
|
||||
version="0.1.1",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/sphinx_fasvg",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
author_email="kujiu-pypi@kujiu.org",
|
||||
|
@ -39,7 +39,7 @@ setup(
|
|||
],
|
||||
keywords="sphinx fontawesome svg",
|
||||
project_urls={
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/communication/sphinx_fasvg",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/communication/sphinx_fasvg/issues",
|
||||
"Source": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_fasvg",
|
||||
"Issues": "https://procrastinator.nerv-project.eu/nerv-project/sphinx_fasvg/issues",
|
||||
},
|
||||
)
|
||||
|
|
|
@ -19,7 +19,7 @@ from sphinx.writers.text import TextTranslator
|
|||
from sphinx.writers.manpage import ManualPageTranslator
|
||||
from sphinx.util.osutil import relative_uri
|
||||
|
||||
__version_info__ = (0, 1, 0)
|
||||
__version_info__ = (0, 1, 1)
|
||||
__version__ = '.'.join([str(val) for val in __version_info__])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue