Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Jul 26, 2015
1 parent bb8d219 commit 18dd1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are various versions of the documentation:
- `HTML version`_
- `PDF version`_

.. _HTML version: http://pypi.python.org/pypi/decorator/documentation.html
.. _HTML version: http://pythonhosted.org/decorator/documentation.html
.. _PDF version: https://github.com/micheles/decorator/blob/4.0.1/documentation.pdf

Repository
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(name='decorator',
version=VERSION,
description='Better living through Python with decorators',
long_description=open('README.rst').read(),
long_description=open('docs/README.rst').read(),
author='Michele Simionato',
author_email='michele.simionato@gmail.com',
url='http://pypi.python.org/pypi/decorator',
Expand Down

0 comments on commit 18dd1e5

Please sign in to comment.