summaryrefslogtreecommitdiff
path: root/src/wheel/cli
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into remove-distutilsAlex Grönholm2021-12-263-5/+9
|\
| * Added the first batch of type annotationsAlex Grönholm2021-12-263-5/+9
| |
* | Got rid of require_pkgresources()Alex Grönholm2021-12-242-11/+1
| | | | | | | | Setuptools will now always be present so this is pointless. The pkg_resources module was never imported here anyway.
* | Replaced distutils with setuptoolsAlex Grönholm2021-12-241-5/+6
|/ | | | Distutils has been deprecated and will be removed in Python 3.12.
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-244-93/+121
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-224-11/+11
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-224-15/+3
|
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-1/+4
| | | | Fixes #415.
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
|
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-6/+27
| | | | Closes #323. Fixes #322.
* Migrated to the src layoutAlex Grönholm2020-01-224-0/+440
Fixes #37.