Closed joseavegaa closed 9 months ago
Updated the deprecated setup.py install and created the more standard pyproject.toml. It creates a wheel which is installable and works on Python >=3.6.
setup.py
pyproject.toml
Python >=3.6
I have attached a ZIP file with the generated wheel and tar.gz from python -m build
python -m build
Let me know if there is a problem,
dist.zip
@danni it would be very handy if you could spare some time for this PR.
Updated the deprecated
setup.py
install and created the more standardpyproject.toml
. It creates a wheel which is installable and works onPython >=3.6
.I have attached a ZIP file with the generated wheel and tar.gz from
python -m build
Let me know if there is a problem,
dist.zip