summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-08-16 15:37:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-08-16 15:37:46 -0400
commit12c98bbc935a16a1f2cdbc42555d466dcc434c19 (patch)
treeb3037750d560dab7f37bbcd76b4231489b0d8c2f /MANIFEST.in
parentca3b490c75a03848b50489cfb74a385a2b93d0d9 (diff)
downloadhttplib2-12c98bbc935a16a1f2cdbc42555d466dcc434c19.tar.gz
Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatibility
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..f1510a3
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+recursive-include python2 *.py
+recursive-include python3 *.py
+include python2/httplib2/test/*.txt \ No newline at end of file