summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorreinout <reinout@vanrees.org>2009-09-14 11:10:54 +0200
committerJohann C. Rocholl <johann@rocholl.net>2009-10-06 08:57:09 -0700
commita8f07d18095f16d62285339fb6d7a2b26d38d65a (patch)
tree66bf1172cc0e259067e5172f0affb18a954b9edc /MANIFEST.in
parent3715b8ec9cbbd6fb1bd2269b4b284e7fa020cf52 (diff)
downloadpep8-a8f07d18095f16d62285339fb6d7a2b26d38d65a.tar.gz
Using py_modules instead of packages in setup() call as that is intended for single files.
Added manifest file for picking up changes.txt and todo.txt as distutils doesn't detect files in git
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..b44926e
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,2 @@
+include pep8.py
+include *.txt \ No newline at end of file