bitstring
bitstring copied to clipboard
preparing for wheel distribution
Some small changes allowing for wheel distribution
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"]