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

preparing for wheel distribution #217

Closed sander76 closed 2 years ago

sander76 commented 3 years ago

Some small changes allowing for wheel distribution

oittaa commented 2 years ago

It might be a better idea to create a pyproject.toml for wheel and setuptools instead of putting them to requirements-dev.txt.

Minimal example of a pyproject.toml file

[build-system]
requires = ["setuptools", "wheel"]