-
Notifications
You must be signed in to change notification settings - Fork 70
Always build using setuptools and Cython, remove generated files #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This doesn't work |
|
Put them into |
|
By the way, why does it install the cpp files like |
|
I think the whole |
|
Hmm, that is strange. I was able to build successfully last night, but building b0cc169 just now, I got the same error as you about non-existence of As for the cpp files like |
Yes, they are needed at build time. They are compiled and linked into the extension modules. |
|
In other words, I'm proposing this: |
|
OK, sorry, when you said "should I remove these," I thought you meant from the repo, not just from the list of files to be installed. It seems they don't need to be installed, other than just for the purpose of including all the source files in the distribution. I'll do as you suggested. |
|
Great. I think this PR is ready now. |
|
OK, I tested in Windows also and was able to build a wheel there, so I'll go ahead and merge this. |
Adding pyproject.toml
Fixes #152