paylogic / pip-accel

pip-accel: Accelerator for pip, the Python package manager
https://pypi.python.org/pypi/pip-accel
MIT License
308 stars 35 forks source link

bug in setup.py #13

Closed merwok closed 11 years ago

merwok commented 11 years ago

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 11 years ago

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!