diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 06:51:24 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-03-16 06:51:24 +0100 |
| commit | 0e00deef6c262de02be07db9d4963b2ff9863451 (patch) | |
| tree | 4832902a39c5dd8512bc00e714f238671c517455 | |
| parent | 4d259b360a1eb7d2ab8c4db9d6becd9c70ec7aaf (diff) | |
| download | python-decorator-git-0e00deef6c262de02be07db9d4963b2ff9863451.tar.gz | |
Small fix
| -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.rst').read(), + long_description=open('README.md').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', url='https://github.com/micheles/decorator', |
