summaryrefslogtreecommitdiff
path: root/src/wheel/metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed EncodingWarning when PYTHONWARNDEFAULTENCODING is set (#512)Henry Schreiner2023-03-131-1/+1
|
* Dropped the use of the deprecated pkg_resources API (#508)Thomas Grainger2023-03-111-6/+76
|
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-2/+2
| | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
* Added the first batch of type annotationsAlex Grönholm2021-12-261-10/+13
|
* Tidied up the code in the metadata moduleAlex Grönholm2021-12-251-4/+7
|
* Eliminated unwarranted pkg-info workaroundsAlex Grönholm2021-12-251-45/+11
| | | | We assume pkg-info is UTF-8, rendering some py2 era workarounds unnecessary.
* Eliminated the pkg_info moduleAlex Grönholm2021-12-251-3/+4
| | | | | The two functions previously contained within the module were inline to the only places where they were used. We also now assume PKG-INFO is UTF-8 encoded, as distutils has done since 2012.
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-31/+34
|
* Remove unused EXTRA_RE variable (#340)Jon Dufresne2020-03-241-5/+0
| | | Unused since 595e4a8fc6bed54091ead713933c8ec8ebd1bb51.
* Removed obsolete commentAlex Grönholm2020-01-261-2/+1
| | | | Closes #296.
* Migrated to the src layoutAlex Grönholm2020-01-221-0/+139
Fixes #37.