bug in setup.py
Closed this issue · 1 comments
merwok commented
The same modules are defined with packages and py_modules, causing warnings at install time. You should keep packages and remove py_modules.
xolox commented
Thanks for reporting this! I noticed the warning recently as a user of pip-accel (saw the warning scroll by on a build server) but hadn't found time to take a look at the cause yet. It's now fixed (released as version 0.9.8). Cheers!