From 0e00deef6c262de02be07db9d4963b2ff9863451 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 16 Mar 2019 06:51:24 +0100 Subject: Small fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7533762..ec408b1 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('README.md').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', url='https://github.com/micheles/decorator', -- cgit v1.2.1