otizonaizit / pyanno_voting

PyAnno annotating things and labeling things and sorting things
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

setup.py is broken #1

Closed pberkes closed 9 years ago

pberkes commented 9 years ago

setup.py does not install sub-packages. I think you need to list all of the subpackages, as well. Or use find_packages.

Cool project, by the way!

otizonaizit commented 9 years ago

You are right, thanks! Do you know how to fix it? Would you be up for submit pull request?

pberkes commented 9 years ago

I'm on it!