setup: Added long description from BitBucket page

master 0.1.2
Dustin C. Hatch 2012-10-16 20:40:23 -05:00
parent b588b61191
commit c5a16b9c8f
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ setup(
name='Milla', name='Milla',
version='0.1.2', version='0.1.2',
description='Lightweight WSGI framework for web applications', description='Lightweight WSGI framework for web applications',
long_description='''\
Milla is a simple WSGI framework for Python web applications. It is mostly
an exercise to familiarize myself with WSGI, but may evolve into a framework
I use for web applications in the future.
''',
author='Dustin C. Hatch', author='Dustin C. Hatch',
author_email='admiralnemo@gmail.com', author_email='admiralnemo@gmail.com',
url='http://bitbucket.org/AdmiralNemo/milla', url='http://bitbucket.org/AdmiralNemo/milla',