summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis T. O'Donovan <proinsias@users.noreply.github.com>2017-05-08 08:06:49 -0400
committerVal Neekman <un33kvu@gmail.com>2017-05-08 16:36:49 +0430
commite14bde218d794869eba8d23949bf0a9de8611a46 (patch)
treed6c634ae3a0f98a3fffc2174528e9183a36b9f88
parent3fafff8cef9b43a816dafb5e0c14e14b04958266 (diff)
downloadpython-slugify-e14bde218d794869eba8d23949bf0a9de8611a46.tar.gz
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`.
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
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