Added packaging stuff to gitignore, created MANIFEST include (to ship the

license and docs etc...)
fix_request_path_info
Chris Glass 2011-04-27 11:20:34 +02:00
parent 000d480dfb
commit 7b49fd133f
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -33,4 +33,5 @@ htmlcov/
include/ include/
lib/ lib/
MANIFEST
dist/

5
MANIFEST.in 100644
View File

@ -0,0 +1,5 @@
include README.rst
include LICENSE
include DOCS.rst
include CHANGES.rst