Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into remove-distutils | Alex Grönholm | 2021-12-26 | 3 | -5/+9 |
|\ | |||||
| * | Added the first batch of type annotations | Alex Grönholm | 2021-12-26 | 3 | -5/+9 |
| | | |||||
* | | Got rid of require_pkgresources() | Alex Grönholm | 2021-12-24 | 2 | -11/+1 |
| | | | | | | | | Setuptools will now always be present so this is pointless. The pkg_resources module was never imported here anyway. | ||||
* | | Replaced distutils with setuptools | Alex Grönholm | 2021-12-24 | 1 | -5/+6 |
|/ | | | | Distutils has been deprecated and will be removed in Python 3.12. | ||||
* | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 4 | -93/+121 |
| | |||||
* | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 4 | -11/+11 |
| | |||||
* | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 4 | -15/+3 |
| | |||||
* | Fixed wheel pack duplicating WHEEL contents on build number change | Alex Grönholm | 2021-08-15 | 1 | -1/+4 |
| | | | | Fixes #415. | ||||
* | Fixed line endings when rewriting WHEEL | Alex Grönholm | 2020-01-26 | 1 | -3/+3 |
| | |||||
* | Use the existing build tag in wheel pack unless overridden | Alex Grönholm | 2020-01-26 | 1 | -6/+27 |
| | | | | Closes #323. Fixes #322. | ||||
* | Migrated to the src layout | Alex Grönholm | 2020-01-22 | 4 | -0/+440 |
Fixes #37. |