Question: Is it possible to avoiding cpython-36m-x86_64-linux-gnu from generated module? #1740

Open
stefanos82 opened this Issue Jun 16, 2017 · 0 comments

Comments

Projects
None yet
1 participant

When I use terminal commands, I can produce the desired module with the name of my choice, that is to match the name of my .pyx and .c files.

When I use the setup.py though, I get a module with cpython-36m-x86_64-linux-gnu appended as a suffix.

Is there a way to tell setup.py to generate a shared object with the same name as my generated .c file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment