summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change license type in pypi classifiersSeth M Morton2012-11-301-1/+1
* Added dependency on argparse for python2.6 and addedSeth M Morton2012-11-301-0/+5
* Added ez_setup.pySeth M Morton2012-11-301-4/+3
* Added a test runner to setup.py2.0.1Seth M Morton2012-11-231-0/+1
* Renamed scripts folder to bin, and added doctests to the natsort.py fileSeth M Morton2012-11-211-13/+14
* Fixed setup.py to not include distribute_setup.py2.0.0Seth M Morton2012-11-161-6/+6
* Updated setup.py to include a long_description and classifiersSeth M Morton2012-11-161-8/+33
* Switch boostrapper from ez_setup to distribute_setupSeth M Morton2012-11-161-2/+2
* Updated documentation and setup.py1.3.2Seth M Morton2012-11-161-1/+0
* Merge branch 'master' of github.com:SethMMorton/natsortSeth M Morton2012-08-081-1/+14
|\
| * Fixed bug in setup.pySeth M Morton2012-08-051-2/+2
| * Added a __version__ attribute that only needs to be set onceSeth M Morton2012-08-051-1/+14
* | Switched to setuptools and added ez_setupSeth M Morton2012-08-081-1/+6
|/
* Added a setup scriptSeth M Morton2012-06-121-0/+14