diff options
| author | Francis T. O'Donovan <proinsias@users.noreply.github.com> | 2017-05-08 08:06:49 -0400 |
|---|---|---|
| committer | Val Neekman <un33kvu@gmail.com> | 2017-05-08 16:36:49 +0430 |
| commit | e14bde218d794869eba8d23949bf0a9de8611a46 (patch) | |
| tree | d6c634ae3a0f98a3fffc2174528e9183a36b9f88 | |
| parent | 3fafff8cef9b43a816dafb5e0c14e14b04958266 (diff) | |
| download | python-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.in | 3 |
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 |
