jborean93 / pykrb5

Python krb5 API interface
MIT License
17 stars 8 forks source link

Move back to using setup.cfg #24

Closed jborean93 closed 1 year ago

jborean93 commented 1 year ago

Unfortunately due to some incompatibilities with pip and newer setuptools versions that introduced support for project definitions in the pyproject.toml this commit goes back to using the older setup.cfg definition. This ensures the project can be compiled from the sdist in more scenarios. At some point in the future this should be revisited when hosts come with newer pip versions.