summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Test against Python 3.7 (#75)Steven Loria2019-03-311-0/+1
| | | | | | Also, remove `sudo: false` because TravisCI has migrated to their VM-based infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
* Promote text-unidecode to primary decoding api (#73)3.0.0Val Neekman2019-03-031-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * add support user-specific replacements (#66) thx * clean up, up version * add text-unidecode option as extra * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * Optional Extra Requirements (#72) * Add replacements option (#67) * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * use text-unidecode as primary decoding package * add dev reqs
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0Val Neekman2018-12-251-4/+6
| | | | | | | | | | | | | | | | | | | | 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
* cleanupVal Neekman2018-03-251-1/+1
|
* grammerVal Neekman2018-03-251-1/+1
|
* support of text-unidecodeVal Neekman2018-03-251-1/+4
|\
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-241-1/+4
| | | | | | | | | | | | | | | | This PR allows specifying WITH_TEXTUNIDECODE when installing python-slugify. This allows using text-unidecode instead of unidecode. It will default to using unidecode. Closes: #51
| * build/publish enhancements1.2.4Val Neekman2017-04-111-29/+9
| |
* | use twine to publishVal Neekman2017-04-111-1/+4
| |
* | Add setup.cfg, enhance setup.pyVal Neekman2017-04-111-3/+6
| |
* | #38: use find_packages() rather than home-grown get_packages and ↵Reece Hart2017-04-101-28/+2
|/ | | | get_package_data (#39)
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-011-0/+1
|\
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-2/+3
| |
* | add manifest.in, py 3.5 support and relax licensing by moving to MITVal Neekman2016-08-261-2/+3
|/
* enhace setupf file1.2.0Val Neekman2016-01-151-2/+1
|
* add stopwatch, upversionVal Neekman2015-05-291-1/+0
|
* Add Python versions to setup.py classifiers.Ken Harris2015-05-011-0/+6
| | | | This should let caniusepython3 detect that it’s Python-3-ready.
* promoting to stable1.0.1Val Neekman2015-04-121-1/+1
|
* enable console entry point0.0.9Val Neekman2014-08-161-1/+1
|
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-161-2/+2
|
* Console entry pointKamil Essekkat2014-06-091-0/+1
|
* cleanups and upversionVal Neekman2014-01-091-2/+0
|
* fix file reading in python 3Friedrich Lindenberg2014-01-051-1/+2
|
* support for python 3Val Neekman2013-05-211-1/+1
|
* Support python3Arthur Darcet2013-05-101-4/+5
|
* added non-dash separator option0.0.4Val Neekman2013-04-241-1/+1
|
* Initial versionVal Neekman2012-10-141-0/+83