summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-01-16 12:13:32 +0100
committerSebastien Martini <seb@dbzteam.org>2011-01-16 12:13:32 +0100
commit7c3903493912664607f847d380d5ddbad99685ef (patch)
treea37416562790fe053d901c7702ef58670e7efe3b
parent615e3de57370a6c61da28773d27457421ae528c7 (diff)
downloadpyinotify-7c3903493912664607f847d380d5ddbad99685ef.tar.gz
Added MANIFEST.in.
-rw-r--r--MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cd61ae0
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+include ACKS
+include ChangeLog_old
+include COPYING
+include MANIFEST.in
+include NEWS_old
+include README.md
+include *.py
+recursive-include python2 *
+recursive-include python3 *