Fix description

This commit is contained in:
Jan Dittberner 2016-05-02 21:33:10 +02:00
parent 28a8ff2e5c
commit 1801d5d93b
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ __pycache__/
dist/
.coverage
htmlcov/
build/

View file

@ -8,7 +8,7 @@
:copyright: Copyright (c) 2016 Jan Dittberner
:license: GPLv3+, see COPYING file for details.
"""
__version__ = '0.1.0'
__version__ = '0.1.1'
import re

View file

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
version = '0.1.0'
version = '0.1.1'
with open('README.rst') as readme:
description = readme.read() + "\n\n"
@ -17,7 +17,8 @@ tests_requires = ['path.py>=8.2.1']
setup(
author="Jan Dittberner",
author_email="jan@dittberner.info",
description=description,
description="IP address extensions for Sphinx",
long_description=description,
include_package_data=True,
install_requires=requires,
keywords="sphinx extension IP",