summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 02:21:36 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2014-05-27 02:21:36 +0200
commit6897b5811cb29fd17349ba3a5a5d41f16658ba79 (patch)
tree4fe3d667acc46ccf00f78d9ce5e86526e5be2cc4 /MANIFEST.in
parentffc5b407c04e7aa8b341d9ea484463420ea14a9c (diff)
downloadpysendfile-6897b5811cb29fd17349ba3a5a5d41f16658ba79.tar.gz
github migration including travis support, Makefile, README and HISTORY turned into RsT files, python 3.4 fix, pep8ify
Diffstat (limited to '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..b2ef742
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+include .travis.yml
+include HISTORY.rst
+include LICENSE
+include Makefile
+include MANIFEST.in
+include README.rst
+include sendfilemodule.c
+include setup.py
+recursive-include test *.py