Closed tirkarthi closed 1 year ago
https://www.python.org/dev/peps/pep-0632/#migration-advice . Since setuptools is available using setup from setuptools will fix this.
https://github.com/scott-griffiths/bitstring/blob/c84ad7f02818caf7102d556c6dcbdef153b0cf11/setup.py#L4
Moved over to just using pyproject.toml in version 4, so setup.py removed completely!
https://www.python.org/dev/peps/pep-0632/#migration-advice . Since setuptools is available using setup from setuptools will fix this.
https://github.com/scott-griffiths/bitstring/blob/c84ad7f02818caf7102d556c6dcbdef153b0cf11/setup.py#L4