summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* cmdline optionsVal Neekman (AvidCoder)2022-04-271-2/+1
|
* MANIFEST.in: Add test.py to sdist (#74)John Vandenberg2019-03-251-0/+1
|
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0Val Neekman2018-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | 2.6, 3.3. (#63) * enable raw re pattern * conditional text_unidecode install * update readme, changelog, manifest * update ci * readme * drop test for py 2.6 and 3.3 * clean up readme * readme
* Create MANIFEST.in (#42)Francis T. O'Donovan2017-05-081-0/+3
| | | | 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`.
* build/publish enhancements1.2.4Val Neekman2017-04-111-3/+0
|
* Pull Request for Issue #32 (#34)Yehor Smoliakov2017-03-311-1/+1
| | | | Ignore .idea folder & Convert Markdown readme to reStructuredText (#32)
* add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-1/+1
|
* Create MANIFEST.inFrancis T. O'Donovan2016-08-251-0/+3
Add the license (and other files) to MANIFEST.in so that it will be included in sdists and other packages. This came up during packaging of python-slugify for [conda-forge](https://conda-forge.github.io).