From f447945e3016d72f165ef3dc8e83f6b8f2c3d015 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Sun, 18 Jun 2017 21:59:57 +0200 Subject: [PATCH] Add MANIFEST.in file with LICENSE So that the license file will be distributed. This has been requested so that temporary can be added to conda-forge (https://github.com/conda-forge/staged-recipes/pull/2591). --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..1aba38f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE