diazona / setuptools-pyproject-migration

Generate a pyproject.toml file from setuptools
https://setuptools-pyproject-migration.readthedocs.io/en/latest/
MIT License
16 stars 3 forks source link

Work around keyword arguments missing in older versions of Python #144

Closed diazona closed 10 months ago

diazona commented 10 months ago

This fixes a couple issues in test support code that were affecting older Python versions.

I also deleted a changelog fragment that didn't get deleted previously, for some reason.

Closes #143