Completed the packaging, we should now be able to do an alpha release
This commit is contained in:
parent
bb94db2f0f
commit
bbdc711ce0
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@ -0,0 +1,3 @@
|
||||
include README
|
||||
include LICENSE
|
||||
recursive-include examples *.py *.cfg
|
3
setup.py
3
setup.py
@ -24,7 +24,8 @@ setup(
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI'
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user