adamchainz / ec2-metadata

An easy interface to query the EC2 metadata API, with caching.
MIT License
111 stars 31 forks source link

Migrate setuptools to use pyproject.toml #475

Closed adamchainz closed 1 year ago

adamchainz commented 1 year ago

Support is no longer in beta since setuptools 68.1.0: https://setuptools.pypa.io/en/latest/history.html#v68-1-0

Migrated using https://github.com/diazona/setuptools-pyproject-migration, https://github.com/tox-dev/pyproject-fmt, and a bunch of regexes.