diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2018-05-12 05:32:48 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2018-05-12 05:32:48 +0200 |
| commit | 74e483b40ca47327f1b1fc6605bb2d3f2a99b03f (patch) | |
| tree | fc0d12cf9a852c7abc410ff21741e43cbf2c8294 /setup.py | |
| parent | 52923c38b03ffd900c684db551d85c2a954bface (diff) | |
| download | python-decorator-git-74e483b40ca47327f1b1fc6605bb2d3f2a99b03f.tar.gz | |
Fixed references to docs/README.rst
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ if __name__ == '__main__': setup(name='decorator', version=VERSION, description='Better living through Python with decorators', - long_description=open('docs/README.rst').read(), + long_description=open('README.rst').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', url='https://github.com/micheles/decorator', |
