summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Refactored code to make mypy happyAlex Grönholm2022-12-111-1/+1
* Added compatibility shim for wheel.wheelfileAlex Grönholm2022-12-101-0/+2
* Moved the bdist_wheel module back to its original locationAlex Grönholm2022-11-071-1/+1
* Added tests to type checking and finish annotations. (#477)Kyle Benesch2022-10-261-2/+4
* Fixed the most critical type issues and added a MyPy check to CI (#473)Kyle Benesch2022-10-251-0/+10
* Made all remaining modules privateAlex Grönholm2022-10-241-2/+2
* Fixed deprecated pytest importsAlex Grönholm2022-10-241-1/+1
* Added setuptools as test dependencyAlex Grönholm2022-10-241-0/+1
* Removed install dependency on setuptoolsAlex Grönholm2022-10-241-1/+0
* Improved the API and dropped bdist_wininst convert supportAlex Grönholm2022-10-241-0/+1
* Updated tox configuration and classifiers to support Python 3.11Alex Grönholm2022-10-201-0/+1
* Add support for `license_files` specified in `setup.py` (#466)Anderson Bravalheri2022-10-201-1/+1
* Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-311-1/+1
* Corrected the flake8 section nameAlex Grönholm2021-12-291-1/+1
* Removed leftover pytest-cov configurationAlex Grönholm2021-12-291-1/+0
* Eliminated pyproject.toml entirelyAlex Grönholm2021-12-291-0/+19
* Moved tool configurations to pyproject.tomlAlex Grönholm2021-12-241-12/+0
* Migrated flake8 config from setup.cfg to pyproject.tomlAlex Grönholm2021-12-241-3/+0
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-1/+1
* Use build isolation when building wheel itselfAlex Grönholm2021-12-231-1/+1
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-11/+3
* Don't count vendored code into coveragemasterAlex Grönholm2021-08-181-1/+2
* Added classifier for Python 3.10 supportAlex Grönholm2021-08-091-0/+1
* Declare support for and test Python 3.9 (#380)Hugo van Kemenade2020-11-201-0/+1
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-141-1/+0
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-0/+1
* Fixed installing from sdist in some non-UTF8 environmentsAlex Grönholm2020-01-281-1/+1
* Fixed installation from sdist (#334)Alex Grönholm2020-01-271-1/+2
* Switched to setuptools_scmAlex Grönholm2020-01-221-1/+1
* Migrated to the src layoutAlex Grönholm2020-01-221-1/+5
* Dropped Python 3.4 supportAlex Grönholm2020-01-221-2/+1
* Moved the contents of setup.py to setup.cfgAlex Grönholm2019-10-251-0/+47
* Added PEP 517 support to project packagingAlex Grönholm2019-10-251-3/+0
* Omitted tox directory trees from coverage resultsAlex Grönholm2017-07-291-0/+1
* Moved the tests out of the package treeAlex Grönholm2017-07-291-1/+1
* Added flake8 setupAlex Grönholm2017-07-261-0/+3
* Improved testing configurationAlex Grönholm2017-07-261-3/+10
* use & support setuptools extras:markers syntax.Daniel Holth2014-04-101-9/+0
* Merged in pmoore/wheel (pull request #42)Paul Moore2014-03-291-1/+1
|\
| * Updates following review comments (docs, setup.cfg)Paul Moore2014-03-271-1/+1
* | replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0Daniel Holth2014-03-261-3/+3
|/
* remove setuptools dependency. wheel has features that work without setuptools.Daniel Holth2013-07-201-1/+0
* improve testsDaniel Holth2013-06-231-2/+1
* use pytest for testsDaniel Holth2013-06-231-7/+3
* experimental metadata.jsonDaniel Holth2013-03-281-2/+3
* copy license-file from setup.cfg into .dist-infoDaniel Holth2012-10-311-0/+1
* bump version; fix #57, fix #58 (requirements)Daniel Holth2012-10-311-2/+1
* use jwk instead of key in signaturesDaniel Holth2012-10-271-1/+1
* vendorize pkg_resources; bump versionDaniel Holth2012-09-291-1/+4
* Update setup.cfg in to match setup.pyPaul Moore2012-09-241-2/+2