summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing dev dependencies for black and isortkotfu2023-02-011-0/+2
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-3/+2
* Use latest version of mypy and fix type hinting accordingly (#1239)Todd Leonhardt2022-07-141-2/+2
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-171-3/+2
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-1/+0
* * New function `set_default_command_completer_type()` allows developer to ext...Eric Lin2021-08-231-0/+1
* Change mypy and lint github steps to use nox/invoke to make CI validation con...Eric Lin2021-06-141-5/+10
* Resolves comments from PREric Lin2021-03-181-0/+1
* Deprecate Python 3.5Todd Leonhardt2021-02-201-6/+3
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-20/+28
* Update conditional pyreadline3 dependency for WinKyle King2021-01-271-2/+3
* Added py.typed to signal that we support type annotations for PEP-561. Fixes ...Eric Lin2021-01-231-0/+5
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Remove unnecessary runtime dependency on setuptoolsMichał Górny2020-10-011-2/+1
* Adding explicit python 3.5.2 test to nox, travisEric Lin2020-08-111-2/+8
* Removed remaining usages and examples with tox. Updated references to tox to ...Eric Lin2020-08-041-2/+2
* Fix a dependency version requirement which was too restrictive and required b...Todd Leonhardt2020-07-131-1/+1
* replace pkg_resources with importlib.metadataDoug Hellmann2020-07-121-0/+1
* external test plugin tests and coverage should now runEric Lin2020-07-111-1/+3
* Swap out tox for noxEric Lin2020-07-081-5/+17
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Cleanup MANIFEST.in to reduce what gets put in package downloadable from PyPITodd Leonhardt2020-01-241-1/+1
* Update CHANGELOG and setup.pyTodd Leonhardt2020-01-221-0/+1
* Replace non-ASCII quotes in .coveragerc with ASCII onesTodd Leonhardt2020-01-061-1/+1
* Added minimum version of setuptools_scm and added dependency on setuptoolsTodd Leonhardt2020-01-051-2/+2
* Try setting a maximum coverage versionTodd Leonhardt2020-01-041-1/+1
* Merge branch 'master' into docstructureTodd Leonhardt2019-07-061-1/+1
|\
| * Add Pipfile to support Pipenv for developmentTodd Leonhardt2019-07-051-1/+1
* | Add doc8 documentation style checkingkotfu2019-07-061-1/+2
|/
* Require pyperclip >= 1.6 which simplifies clipboard.pyTodd Leonhardt2019-06-291-1/+1
* Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-141-6/+4
* Tweak PyPI description to more closely match that on GitHubTodd Leonhardt2019-03-171-1/+1
* Use README.md as the PyPI long descriptionTodd Leonhardt2019-03-171-39/+4
* Remove test dependency on argcompleteKevin Van Brunt2019-02-231-2/+1
* Updated macro documentation0.9.9Kevin Van Brunt2019-02-211-1/+1
* Fix flake8 issuesTodd Leonhardt2018-12-061-2/+2
* Merge branch 'master' into document_completionTodd Leonhardt2018-10-261-0/+1
|\
| * Attempt 3 at getting VSTS tox build workingTodd Leonhardt2018-10-241-0/+1
* | Made significant updates to README.mdTodd Leonhardt2018-10-261-0/+1
|/
* Documentation updatesKevin Van Brunt2018-10-121-1/+1
* Using wcwidth to calculate display width of promptKevin Van Brunt2018-10-111-3/+1
* Updated feature listKevin Van Brunt2018-09-271-1/+6
* 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