summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.rst b/docs/README.rst
index 3a6bb3f..c463e92 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index 98ff0f7..e32d76a 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if __name__ == '__main__':
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',