cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.85k stars 143 forks source link

Remove pythemis_{make,install}_wheel #1042

Closed iamnotacake closed 9 months ago

iamnotacake commented 9 months ago

After stable was merged into master, wheel generation is no longer needed since make pythemis_install just works when virtualenv is activated.

Also, previous command for .whl generation is no longer working, would need some changes to make it work with pyproject.toml

Checklist