summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Removed use of type argument in attr.ib() since that wasn't added until versi...Todd Leonhardt2018-09-201-1/+1
* Fix typoTodd Leonhardt2018-09-051-1/+1
* Reduce redundant definition of dependenciesTodd Leonhardt2018-09-051-7/+8
* Unrestrict Sphinx version since they fixed their bugTodd Leonhardt2018-09-041-1/+1
* Restrict Sphinx versionTodd Leonhardt2018-08-211-1/+1
* Add all dev dependencies (even from tox.ini)kotfu2018-07-301-2/+4
* Use setuptools_scm for version numberskotfu2018-07-291-2/+4
* Started updating CHANGELOGTodd Leonhardt2018-07-161-1/+1
* Require ‘attrs’kotfu2018-07-151-1/+1
* Bumped version to 0.9.3 now that 0.9.2 release is outTodd Leonhardt2018-06-281-1/+1
* Bump version to 0.9.2 in preparation for releaseTodd Leonhardt2018-06-281-1/+1
* Added minimum version of twine to dev tool requirements in setup.pyTodd Leonhardt2018-05-301-1/+1
* Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
* More updates for #408 and #399kotfu2018-05-281-1/+1
* Work begins on #408 and #399kotfu2018-05-281-0/+1
* Update version to 0.9.1 for #4210.9.1kotfu2018-05-281-1/+1
* Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
* Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-3/+3
* Fix error in setup.pyTodd Leonhardt2018-05-281-1/+0
* Update CHANGELOG in preparation for 0.9.0 release0.9.0Todd Leonhardt2018-05-281-0/+3
* Update for current best practices for dev dependency installationkotfu2018-05-181-3/+5
* Updated setup.pyTodd Leonhardt2018-05-011-14/+1
* Really get rid of the inputFrom stuff, including documentationkotfu2018-04-291-4/+4
* Removed pyparsing from setup.py as a dependencyTodd Leonhardt2018-04-281-2/+2
* Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-04-181-1/+1
|\
| * Attempting to fix tox run of unit testsTodd Leonhardt2018-04-171-1/+1
| * Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
| * Revert "Basic structure for cmd2 as a package"kotfu2018-04-161-1/+1
| * Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
| * Changed setup.py requirement for pyperclip to >= 1.5.27 instead of 1.6.0Todd Leonhardt2018-04-161-1/+1
* | Bringing back color. Updated dependencies to include colorama.Eric Lin2018-04-171-1/+1
* | More changes for Python 3.4Eric Lin2018-04-161-0/+1
* | Try adding typing for Python 3.4Eric Lin2018-04-161-1/+1
* | Changed setup.py requirement for pyperclip to >= 1.5.27 instead of 1.6.0Todd Leonhardt2018-04-161-1/+1
|/
* Started removing dependency on sixTodd Leonhardt2018-04-151-2/+2
* Removed reference to Python 2 and 2.7 in some sections of the documentationTodd Leonhardt2018-04-151-3/+2
* Removed unit test dependency on mockTodd Leonhardt2018-04-151-2/+1
* No longer try to test on Python 2.7 on either TravisCI or AppVeyorTodd Leonhardt2018-04-151-13/+4
* Merged master into delete_optparse branchTodd Leonhardt2018-04-151-1/+1
|\
| * Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
* | Updated version to 0.8.5Todd Leonhardt2018-04-101-1/+1
|/
* Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-101-1/+1
* Add wcwidth for setuptools>=18Nicola Soranzo2018-04-101-0/+1
* Updated version number of release0.8.3Kevin Van Brunt2018-04-091-1/+1
* Corrected docsKevin Van Brunt2018-04-061-1/+1
* Fixed bug where display width was not being calculated for display_matchesKevin Van Brunt2018-03-301-0/+2
* Add conditional dependency on enum34 for Python 2.7Todd Leonhardt2018-03-281-0/+4
* Wheel-compatible conditional requirementsNicola Soranzo2018-03-271-10/+19
* Added table_display.pyTodd Leonhardt2018-03-141-1/+1
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-1/+1