summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGraham Higgins <gjh@bel-epa.com>2012-01-06 20:04:11 +0000
committerGraham Higgins <gjh@bel-epa.com>2012-01-06 20:04:11 +0000
commit846fdc213e9b4cec2153317fc740baeccc66ca89 (patch)
tree170e7e8b73a7e8efc605d180241c8e5324c8f5ab /MANIFEST.in
parentba33025a2ad6b0392e9f4d3a26252a57d0ac9431 (diff)
downloadrdflib-846fdc213e9b4cec2153317fc740baeccc66ca89.tar.gz
Integrate nose Python 3 tests (2)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ea40f72d..834c8de4 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
include CHANGELOG
include LICENSE
include ez_setup.py
-include examples/example.py
-include examples/swap_primer.py
+recursive-include rdflib *.py
+recursive-include examples *.py
include run_tests.py
graft test