diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 07:48:55 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 07:48:55 +0100 |
| commit | d804bae697123fafec2af4b66a6220c2b80f6e97 (patch) | |
| tree | 962bda35c2b7f2e88af3e09e759427cd724047b3 /setup.py | |
| parent | ab1cbff0217c0f3db18b6f6a5061e8d955b5f29e (diff) | |
| download | python-decorator-git-d804bae697123fafec2af4b66a6220c2b80f6e97.tar.gz | |
Restored .rst README
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('README.md').read(), + long_description=open('README.rst').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', url='https://github.com/micheles/decorator', |
