parent
b588b61191
commit
c5a16b9c8f
5
setup.py
5
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue