From e8d32102cb3ce649f8062acef1ef86c2b9204497 Mon Sep 17 00:00:00 2001 From: "Francis T. O'Donovan" Date: Thu, 25 Aug 2016 20:31:13 -0400 Subject: [PATCH] Create MANIFEST.in I'm working on submitting this package to conda-forge. As part of this, I would like to include the license files in the MANIFEST.in for this project. --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b3192f1 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include CHANGELOG +include CONTRIBUTING.md +include LICENSE +include README.md +include licenses/gpl-3.txt +include licenses/mit.txt