summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-08-17 11:51:08 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-08-17 11:51:08 -0400
commitf3a121563512d51133cbacf50c96b1a3dccde31d (patch)
tree081e1a83805003ebfb8b433f1513c413040aa944 /MANIFEST.in
parentd2ffaa3eecd9866918a20547d02c3a1b45dc8fdb (diff)
downloadpasslib-f3a121563512d51133cbacf50c96b1a3dccde31d.tar.gz
setup script enhancements
* added code to make builtin snapshots & releases with correct version # easier, no longer dependant on egg_info's tag_date (which didn't make PEP compatible version strings anyways). * moved passlib.setup to passlib._setup - not really publically useful anyways, and name was causing nose/unitest to get confused * added tests/*.cfg to setup & manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b3853b0..f29430e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
recursive-include docs *
-include LICENSE README CHANGES passlib/*.cfg
+include LICENSE README CHANGES passlib/*.cfg passlib/tests/*.cfg
prune docs/_build
prune *.komodoproject