summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Python 2Seth M Morton2019-03-031-1/+1
* Bump version: 5.5.0 → 6.0.06.0.0Seth Morton2019-02-041-1/+1
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-181-14/+5
* Bump version: 5.4.1 → 5.5.05.5.0Seth M Morton2018-11-181-1/+1
* Add support for very old versions of setuptoolsSeth M Morton2018-11-181-5/+14
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-171-2/+2
* Drop support for EOL PythonsJon Dufresne2018-11-101-2/+2
* Bump version: 5.4.0 → 5.4.15.4.1Seth M Morton2018-09-091-1/+1
* Resolve flake8 errors in non-test code.Seth M Morton2018-09-091-1/+1
* Bump version: 5.3.3 → 5.4.05.4.0Seth M Morton2018-09-061-1/+1
* Bump version: 5.3.2 → 5.3.35.3.3Seth M Morton2018-07-071-1/+1
* Bump version: 5.3.1 → 5.3.25.3.2Seth M Morton2018-05-171-1/+1
* src/natsort -> natsort/Seth M Morton2018-05-171-2/+1
* Move some data from setup.cfg back to setup.py.Seth M Morton2018-05-161-0/+8
* Move package to src/natsort.Seth M Morton2018-05-121-2/+5
* Move most package metadata to setup.cfg.Seth M Morton2018-05-111-63/+2
* Removed testing and requirement code in setup.py.Seth M Morton2017-04-301-49/+2
* 3rd attempt to fix Python 2.6 testing bug.Seth M Morton2016-05-021-14/+14
* Fixed testing bug with Python 2.6.Seth M Morton2016-05-021-3/+6
* Solved some testing errors.Seth M Morton2016-05-011-4/+4
* Fixed setup.py classifiers.Seth M Morton2016-05-011-13/+19
* PyPI classifiers are now byte strings.Seth M Morton2016-03-081-13/+13
* Updated configuration files.Seth M Morton2016-03-071-8/+7
* Updated testing to most recent hypothesis API.Seth M Morton2015-06-271-1/+1
* Switched to using find_packages().Seth M Morton2015-06-271-2/+2
* Fixed missing compat on install.Seth M Morton2015-06-251-1/+1
* Fixed version comparisonDerrick Petzold2015-06-211-2/+6
* Added pytest-cacheDerrick Petzold2015-06-211-1/+1
* Updated version and documentation.Seth M Morton2015-05-171-0/+1
* Added 'hypothesis' as a testing dependency.Seth M Morton2015-05-161-1/+2
* Now using the hypothesis library in tests.Seth M Morton2015-05-161-1/+6
* Added more granularity to tests.Seth M Morton2015-03-251-4/+5
* Unit tests now display lines with missing coverage.Seth M Morton2014-09-251-1/+3
* Final bug fixes (mostly in tests themselves).Seth M Morton2014-09-021-1/+1
* Upped version, final fixes.Seth M Morton2014-09-021-1/+2
* Fixed PEP8 errors on comments.Seth M Morton2014-07-191-1/+1
* Added expanded documentation.Seth M Morton2014-07-191-1/+3
* 'python setup.py test' now does coverage and analysis.Seth M Morton2014-07-191-2/+2
* Package now passes pep8 tests.Seth M Morton2014-07-191-17/+17
* Moved unit-testing framework to pytest.Seth M Morton2014-06-281-1/+20
* Cleaned up import statementsSeth M Morton2014-06-201-5/+12
* Added python 3.0 and 3.1 as requiring argparseSeth M Morton2014-05-051-2/+2
* Doctests not work regardless of python versionSeth M Morton2014-01-181-1/+0
* Removed distribute_setupSeth M Morton2013-10-261-3/+1
* Fixed console_script entry pointSeth M Morton2012-12-051-1/+1
* Updated setup to account for new test locationSeth M Morton2012-12-051-2/+2
* Fixed setup.py to account for new structure. Use the entry_pointsSeth M Morton2012-12-051-5/+5
* Updated documentation and made the distribute_setup scriptSeth M Morton2012-12-011-0/+1
* Added automatic conversion to python 3Seth M Morton2012-12-011-0/+1
* Switched from ez_setup to distribute_setupSeth M Morton2012-12-011-1/+1