diff --git a/setup.py b/setup.py index cec5f4f..7703d4d 100644 --- a/setup.py +++ b/setup.py @@ -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',