From 18dd1e5efaca2f79688ed78e9ddabdfb647eea9e Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 26 Jul 2015 17:28:27 +0200 Subject: Fixed setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1