From e14bde218d794869eba8d23949bf0a9de8611a46 Mon Sep 17 00:00:00 2001 From: "Francis T. O'Donovan" Date: Mon, 8 May 2017 08:06:49 -0400 Subject: Create MANIFEST.in (#42) Add the `LICENSE` and other files to `MANIFEST.in` so that they will be included in sdists and other packages. This came up during packaging of `python-slugify` for `conda-forge`. --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a755e2e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include CHANGELOG.md +include LICENSE +include README.rst -- cgit v1.2.1