summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add cmdLine optionv6.1.2ciVal Neekman (AvidCoder)2022-04-271-1/+2
|
* setupVal Neekman (AvidCoder)2022-02-161-1/+1
|
* versionVal Neekman (AvidCoder)2022-02-161-54/+67
|
* version file, github actionVal Neekman (AvidCoder)2022-02-161-1/+1
|
* github actionsVal Neekman (AvidCoder)2022-02-161-0/+1
|
* switch to twine for pushing to pypi5.0.2Val Neekman2021-05-051-1/+1
|
* Simplify python_requiresDmytro Litvinov2021-05-051-1/+1
|
* Add support for 3.9, drop support for 2.7,3.55.0.0support3.9Val Neekman2021-04-301-4/+1
|
* Add a tox file to automatically run the tests and add Python 3.9Jon Betts2021-04-301-0/+2
|
* Use main as entrypointJacobo de Vera2020-04-091-1/+1
|
* Create command line tool that can set all parametersJacobo de Vera2020-04-091-1/+1
|
* Drop support for old python - cleanup - up version (#88)4.0.0Val Neekman2019-10-201-4/+2
| | | | | | | | | | | | | | * Drop support for EOL Python 2.6 and 3.2-2.4 (#87) * Drop support for EOL Python 2.6 and 3.2-3.4 * Remove duplicate class * Upgrade Python syntax with pyupgrade * Upgrade PyPy and PyPy3 and test 3.8 beta * up version
* upgrade to consume the latest version of dependencies3.0.4Val Neekman2019-09-201-2/+2
|
* BF(dependencies)| Bump `text_unidecode` version (#83)kf2019-09-191-1/+1
| | | 1.2 -> 1.3
* 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