summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2009-01-24 20:37:21 -0500
committerMichael Trier <mtrier@gmail.com>2009-01-24 20:37:21 -0500
commit4c39f9da792792d4e73fc3a5effde66576ae128c (patch)
tree0c51bcc97cb20ee7fd552482f8e722a8e1ab717a /MANIFEST.in
parent9a4b1d4d11eee3c5362a4152216376e634bd14cf (diff)
downloadgitpython-4c39f9da792792d4e73fc3a5effde66576ae128c.tar.gz
Slight issues with the MANIFEST.in due to it including *.txt which no longer exist.
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 7da4e346..e01ae090 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
-include doc/*.txt
include VERSION
include LICENSE
include CHANGES
-include AUTHORS \ No newline at end of file
+include AUTHORS
+include README