Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.15.0
-
None
Description
Remove the hardcoded list of C source files in the setup.py file. It's easy to forget to update this list, and debugging the resulting tox build failure is tricky.
Instead have the setup.py discover all the necessary C source files using an regex. Add an explicit blacklist for those C source files that shouldn't be built by the setup.py process (if there actually is any).
Attachments
Issue Links
- depends upon
-
PROTON-1330 Include the C sources in the python source distribution
- Closed
- links to