From d3b07f6921009fd8246e12dc4f3330bea4241f67 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 27 2015 10:19:19 +0000 Subject: Add a MANIFEST.in to specify which files should be included in the tarball --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..fada3ac --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include COPYING +include requirements.txt + +recursive-include mdapi * +