diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3c2fdf5 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[egg_info] +tag_build = dev diff --git a/setup.py b/setup.py index 1c7cf2f..42b12c4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (2, 7): setup( name='Milla', - version='py3k', + version='0.2', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly