summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Also enable flake8 and cov when the plugins are present.Jason R. Coombs2020-09-121-1/+1
* Use enabled plugin configuration to enable mypy and black when the plugin is ...Jason R. Coombs2020-09-121-1/+1
* Disable pytest-black and pytest-mypy on PyPy. Fixes jaraco/skeleton#22. Ref p...Jason R. Coombs2020-09-041-2/+4
* Move workaround for python/mypy#8627 to tox.ini, as adding it to setup.cfg pr...Jason R. Coombs2020-05-231-2/+0
* Add workaround for python/mypy#8627. Fixes jaraco/skeleton#18.Jason R. Coombs2020-05-231-0/+2
* Include mypy for type checking during tests.Jason R. Coombs2020-05-031-0/+1
* Prefer pytest-black to pytest-black-multipyJason R. Coombs2020-03-271-1/+1
* Revert "setup.cfg: let python-tag mirror python_requires"Jason R. Coombs2020-02-171-3/+0
* Normalize whitespaceJason R. Coombs2020-02-091-1/+1
* setup.cfg: let python-tag mirror python_requiresVincent Fazio2020-02-071-0/+3
* Require toml extra for setuptools_scm (#12)layday2020-01-221-1/+1
* Finish dropping support for Python 2 (I hope).Jason R. Coombs2020-01-191-3/+1
* Rely on setuptools_scm 3.4 and setuptools 42. Now setup.py is optional. Remov...Jason R. Coombs2020-01-181-1/+1
* Merge branch 'feature/py3-only'Jason R. Coombs2019-12-081-2/+1
|\
| * Python 3 onlyJason R. Coombs2019-09-111-2/+1
* | Rely on pytest-checkdocs 1.2.3, eliminating workaround for docutils warning.Jason R. Coombs2019-10-311-1/+1
* | Enable coverage reporting on projectJason R. Coombs2019-09-151-0/+1
|/
* Use pytest-black-multipy to enable simple support for pytest-black where avai...Jason R. Coombs2019-05-151-1/+1
* Only install and invoke pytest-black on Python 3Jason R. Coombs2019-05-151-1/+1
* Merge branch 'master' into feature/blackJason R. Coombs2019-05-151-5/+1
|\
| * Add support for cutting releases without DPL and using pep517.Jason R. Coombs2018-12-121-3/+0
| * Revert "Remove use of setup_requires. Builders now require pip 10 or later to...Jason R. Coombs2018-12-111-0/+1
| * Remove use of setup_requires. Builders now require pip 10 or later to build/i...Jason R. Coombs2018-12-011-1/+0
| * Prefer pytest-checkdocs to collective.checkdocsJason R. Coombs2018-11-281-1/+1
| * Remove pytest-sugar plugin from standard pipelines as recommended in Frozenba...Jason R. Coombs2018-11-121-1/+0
* | Add black config, pre-commit including black, check code with black.Jason R. Coombs2018-11-101-0/+1
|/
* Move most package config to declarative configJason R. Coombs2018-09-171-0/+38
* Remove release, no longer needed. Use twine instead.Jason R. Coombs2018-08-201-1/+0
* Rely on declarative config to create long_description.Jason R. Coombs2018-06-141-0/+1
* reference the license file in metadataJason R. Coombs2017-11-161-0/+3
* Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading.Jason R. Coombs2017-08-261-1/+1
* Default upload URL is now in Python 3.6. Use that.Jason R. Coombs2017-01-021-3/+0
* Use tox instead of pytest-runnerJason R. Coombs2016-09-221-1/+0
* Remove support for building docs, now that docs support for pypi is deprecate...Jason R. Coombs2016-09-141-1/+1
* Update release process to use warehouse rather than legacy PyPI. Ref pypa/war...Jason R. Coombs2016-08-091-1/+5
* Learning from lessons in the keyring 8.4 release (https://github.com/jaraco/k...Jason R. Coombs2016-02-151-1/+1
* Generate project skeletonJason R. Coombs2015-12-191-0/+6