scott-griffiths / bitstring

A Python module to help you manage your bits
https://bitstring.readthedocs.io/en/stable/index.html
MIT License
412 stars 68 forks source link

distutils is deprecated in Python 3.10 #224

Closed tirkarthi closed 1 year ago

tirkarthi commented 2 years 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

scott-griffiths commented 1 year ago

Moved over to just using pyproject.toml in version 4, so setup.py removed completely!