mdavidsaver / setuptools_dso

setuptools extension for building non-Python Dynamic Shared Objects
Other
9 stars 6 forks source link

Error when package name has no . #4

Closed hhslepicka closed 3 years ago

hhslepicka commented 4 years ago

I came across this while trying to use setuptools_dso for a package. Here are the output with the error and the setup.py files: https://gist.github.com/hhslepicka/f24bf58e2b754bfb05ac53e06d50145f

If I change the Extension name to be: .pyca I get the expected result and all works fine.

mdavidsaver commented 4 years ago

Should be fixed by 5c42c1baa321838bcf57fa16d260be8a0881f298

hhslepicka commented 4 years ago

I will give it a try. Thank you for looking into it.