From e9fd27d8bc130a7e51937b8fb0fe39b2d2a4d014 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Wed, 10 Oct 2012 19:57:02 -0600 Subject: 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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') 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 -- cgit v1.2.1