Added packaging stuff to gitignore, created MANIFEST include (to ship the
license and docs etc...)fix_request_path_info
parent
000d480dfb
commit
7b49fd133f
|
|
@ -33,4 +33,5 @@ htmlcov/
|
||||||
include/
|
include/
|
||||||
lib/
|
lib/
|
||||||
|
|
||||||
|
MANIFEST
|
||||||
|
dist/
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
include README.rst
|
||||||
|
include LICENSE
|
||||||
|
include DOCS.rst
|
||||||
|
include CHANGES.rst
|
||||||
|
|
||||||
Loading…
Reference in New Issue