pyauth / python-pkcs11

PKCS#11/Cryptoki support for Python
MIT License
149 stars 71 forks source link

Updated setup.py and added pyproject.toml #144

Closed joseavegaa closed 7 months ago

joseavegaa commented 1 year 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.

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

gregbreen commented 1 year ago

@danni it would be very handy if you could spare some time for this PR.