Skip to content

Commit

Permalink
update setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Oct 29, 2016
1 parent 7d6b6e0 commit 6b6772c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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=[
Expand Down

0 comments on commit 6b6772c

Please sign in to comment.