From 87f16a038352488cc9cf39ee94a1c744e42fb42e Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sun, 27 Oct 2019 09:06:12 +0100 Subject: Changed description to Decorators for Humans --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7533762..7af5650 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ VERSION = dic['__version__'] if __name__ == '__main__': setup(name='decorator', version=VERSION, - description='Better living through Python with decorators', + description='Decorators for Humans', long_description=open('README.rst').read(), author='Michele Simionato', author_email='michele.simionato@gmail.com', -- cgit v1.2.1