From c5a16b9c8ffce6c74806e83d374dc0494bef9676 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 16 Oct 2012 20:40:23 -0500 Subject: [PATCH] setup: Added long description from BitBucket page --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 2a0d1fd..a79b491 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,11 @@ setup( name='Milla', version='0.1.2', 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_email='admiralnemo@gmail.com', url='http://bitbucket.org/AdmiralNemo/milla',