From 6b6772c81a93c8feee2998dfdc50ac007ea7ef6c Mon Sep 17 00:00:00 2001 From: Valder Gallo Date: Sat, 29 Oct 2016 17:30:37 -0200 Subject: [PATCH] update setup description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7eb8967..a0f82e4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readme(): with open('README.rst') as f: return f.read() except: - return '''pyconst''' + return '''PyConst one simple way to organize the constants''' setup(name='pyconst', @@ -39,7 +39,7 @@ def readme(): author="valdergallo", author_email='valdergallo@gmail.com', keywords=['django', 'constants', 'data', 'control'], - description='Simple library with flow in choices values for Django', + description='PyConst one simple way to organize the constants', license='GPL-3.0', long_description=readme(), classifiers=[