diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-19 08:13:09 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-19 08:13:09 +0100 |
commit | 6f410479bb86aa84bd3ee1530571c6e556b32567 (patch) | |
tree | 1796724a8f5f237665de7dd25f089446e70b58ca | |
parent | Update the documentation (diff) | |
download | tyrian-sphinx-theme-6f410479bb86aa84bd3ee1530571c6e556b32567.tar.gz tyrian-sphinx-theme-6f410479bb86aa84bd3ee1530571c6e556b32567.tar.bz2 tyrian-sphinx-theme-6f410479bb86aa84bd3ee1530571c6e556b32567.zip |
Fix the setup.py
The README has been renamed to README.md
Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ setup( name="tyrian-sphinx-theme", version=version, description="A Tyrian based Sphinx theme for Gentoo", - long_description=open('README.rst', encoding='utf-8').read(), + long_description=open('README.md', encoding='utf-8').read(), author="Max Magorsch", author_email="max@magorsch.de", url="https://github.com/mmagorsc/tyrian_sphinx_theme", @@ -40,4 +40,4 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], -)
\ No newline at end of file +) |