Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Add a description line to setup.py to prevent project description from showing up as "UNKNOWN" in pypi searches.
  • Loading branch information
lowks committed Jun 3, 2014
1 parent 556de31 commit 034de67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
setup(
name='confy',
version=confy.VERSION,
description='',
description=('Pragmatic and flexible configuration '
'loader that makes your app settings clean and sexy'),
author='Jakub Janoszek',
author_email='kuba.janoszek@gmail.com',
url='https://pypi.python.org/pypi/confy',
Expand Down

0 comments on commit 034de67

Please sign in to comment.