Change version in setup.py to 'py3k' to allow projects to require Milla==py3k

--HG--
branch : py3k
master
Dustin C. Hatch 2012-11-19 22:34:44 -06:00
parent fa97bd7b03
commit 17e7486784
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if sys.version_info < (2, 7):
setup(
name='Milla',
version='0.1.2',
version='py3k',
description='Lightweight WSGI framework for web applications',
long_description='''\
Milla is a simple WSGI framework for Python web applications. It is mostly