[x] I have reviewed the OFRAK contributor guide and attest that this pull request is in accordance with it.
Partially reverted #150 so entropy C code is called with ctypes again, but maintaining the current API and automatic compilation by setup.py.
Please describe the changes in your request.
Extends setuptools build_ext command to add a .1 to the end of extensions marked with ctypes to match the old behavior. Not sure if this modification is still needed.
Anyone you think should look at this, specifically?
Partially reverted #150 so entropy C code is called with
ctypes
again, but maintaining the current API and automatic compilation bysetup.py
.Please describe the changes in your request.
Extends setuptools build_ext command to add a
.1
to the end of extensions marked with ctypes to match the old behavior. Not sure if this modification is still needed.Anyone you think should look at this, specifically?
@jstrieb