summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2010-11-10 23:28:37 -0600
committerkumar <kumar.mcmillan@gmail.com>2010-11-10 23:28:37 -0600
commit840138c696d0ae06770cef68aaf742dcf3d59ed2 (patch)
tree9fc61bb58dfb50229d2f7c5b8193e36d4e82c887 /MANIFEST.in
parent03ef74ee3e8658fb5a5a934e3119cd9a0885bbad (diff)
downloadnose-840138c696d0ae06770cef68aaf742dcf3d59ed2.tar.gz
Adding the patch module to MANIFEST.in. We aren't specifically using patches but might need to one day.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ca0883b..5d36ca2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,7 @@ include bin/nosetests
include distribute_setup.py
include selftest.py
include setup3lib.py
+include patch.py
include nose/usage.txt
graft doc
graft examples