summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* 🧎‍♀️ Genuflect to the types.Jason R. Coombs2022-02-251-0/+1
|
* Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-251-4/+4
|\
| * Require jaraco.packaging 9 adding compatibility for projects with no ↵Jason R. Coombs2022-02-101-1/+1
| | | | | | | | setup.py file.
| * Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131.Jason R. Coombs2022-02-101-1/+1
| |
| * Require Python 3.7 or later.Jason R. Coombs2021-11-241-1/+1
| |
| * Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.Jason R. Coombs2021-10-071-1/+1
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-07-161-9/+6
|\ \ | |/
| * Use line continuations to indicate which exclusions are for which workarounds.Jason R. Coombs2021-07-161-4/+6
| |
| * Remove workaround for python/typed_ast#156.Jason R. Coombs2021-07-161-4/+2
| |
| * Rely on setuptools 56 and drop the explicit mention of the license file in ↵Jason R. Coombs2021-07-161-2/+0
| | | | | | | | favor of simple discovery.
| * Remove setup_requires, obviated by build-requires in pyproject.toml.Jason R. Coombs2021-05-261-1/+0
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-05-191-5/+10
|\ \ | |/
| * Also deny black on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| |
| * Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.Jason R. Coombs2021-03-071-2/+2
| |
| * Exclude mypy on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| |
| * Add comments indicating why the exclusions are presentJason R. Coombs2021-03-071-0/+2
| |
| * Bump minimum pytestJason R. Coombs2021-02-211-1/+1
| |
| * Exclude dist from discovered packages. Fixes jaraco/skeleton#46.Jason R. Coombs2021-02-211-0/+1
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-02-111-5/+11
|\ \ | |/
| * Normalize indentationJason R. Coombs2021-02-091-3/+3
| |
| * Add support for namespace packages. Closes jaraco/skeleton#40.Jason R. Coombs2021-01-151-1/+7
| |
| * Use license_files instead of license_file in meta (#35)Sviatoslav Sydorenko2021-01-081-1/+2
| | | | | | | | | | | | | | Singular `license_file` is deprecated since wheel v0.32.0. Refs: * https://wheel.readthedocs.io/en/stable/news.html * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
| * Prefer pytest-enabler to jaraco.testJason R. Coombs2020-12-301-2/+1
| |
| * Automatically inject project name in docs heading.Jason R. Coombs2020-12-291-1/+1
| |
* | Merge branch '2020-handoff' of https://github.com/jaraco/skeletonJason R. Coombs2021-02-111-8/+10
|\ \ | |/
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+45
|
* Merge https://github.com/jaraco/skeletonJason R. Coombs2019-10-261-0/+1
|\
| * Enable coverage reporting on projectJason R. Coombs2019-09-151-0/+1
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2019-05-231-0/+1
|\ \ | |/
| * Use pytest-black-multipy to enable simple support for pytest-black where ↵Jason R. Coombs2019-05-151-1/+1
| | | | | | | | available. Ref pytest-dev/pytest#5272.
| * 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 black config, pre-commit including black, check code with black.Jason R. Coombs2018-11-101-0/+1
| | |
* | | pytest-runner has a single module, not a package. Fixes #44.Jason R. Coombs2019-02-141-2/+1
| | |
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2019-02-131-4/+44
|\ \ \ | | |/ | |/|
| * | 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 ↵Jason R. Coombs2018-12-111-0/+1
| | | | | | | | | | | | | | | | | | to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809." This reverts commit 2c91e8ec0d99f9ca354b7f913d61720925bb98bc.
| * | Remove use of setup_requires. Builders now require pip 10 or later to ↵Jason R. Coombs2018-12-011-1/+0
| | | | | | | | | | | | build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809.
| * | Prefer pytest-checkdocs to collective.checkdocsJason R. Coombs2018-11-281-1/+1
| | |
| * | Remove pytest-sugar plugin from standard pipelines as recommended in ↵Jason R. Coombs2018-11-121-1/+0
| |/ | | | | | | Frozenball/pytest-sugar#159.
| * 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 ↵Jason R. Coombs2016-09-141-1/+1
| | | | deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs.
* Update release process to use warehouse rather than legacy PyPI. Ref ↵Jason R. Coombs2016-08-091-1/+5
| | | | pypa/warehouse#1422.
* Learning from lessons in the keyring 8.4 release ↵Jason R. Coombs2016-02-151-1/+1
| | | | (https://github.com/jaraco/keyring/issues/210), always clean the build artifacts before cutting a release.