Completed the packaging, we should now be able to do an alpha release

This commit is contained in:
Christophe de Vienne 2011-10-02 22:03:53 +02:00
parent bb94db2f0f
commit bbdc711ce0
3 changed files with 6 additions and 1 deletions

1
LICENSE Normal file
View File

@ -0,0 +1 @@
MIT

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include README
include LICENSE
recursive-include examples *.py *.cfg

View File

@ -24,7 +24,8 @@ setup(
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: WSGI' 'License :: OSI Approved :: MIT License',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
], ],
) )