summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2012-10-10 19:57:02 -0600
committerkballou <kballou@onyx.boisestate.edu>2012-10-10 19:57:02 -0600
commite9fd27d8bc130a7e51937b8fb0fe39b2d2a4d014 (patch)
tree5afa4bbde452dd9094ce1a23b9b3c7891a72bc0d /MANIFEST.in
parent3c8ec980c69afe6d0b5724b7f69180ee94cd553b (diff)
downloadxnt-e9fd27d8bc130a7e51937b8fb0fe39b2d2a4d014.tar.gz
xnt-e9fd27d8bc130a7e51937b8fb0fe39b2d2a4d014.tar.xz
Migrate setup to use setuptools over distutils
Setuptools allows me to specify, clearly, script entry_points so that I don't have to have a manual step to do this. Removed line to copy README.markdown to README and instead added it to the MANIFEST template
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 48a38ca..e074751 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
include *.py
+include README.markdown
recursive-include xnt *.py