SebKuzminsky / pycam

Other
342 stars 101 forks source link

setup.py: restore packages list #77

Closed SebKuzminsky closed 7 years ago

SebKuzminsky commented 7 years ago

NOTE: This PR is for the new "stable/0.6" branch, because it addresses a bug in that branch. If this PR is accepted, I will merge the bug fix into the master branch so it gets fixed there too.

The packages[] list in setup.py was changed in 995cf490 to just say "pycam", but that makes it not include all the components of the pycam library in the setup.py dist output (at least on Debian Stretch and on the Ubuntu 14.04 "Trusty").

This commit restores the original packages list so that all components of the pycam library are included again.

SebKuzminsky commented 7 years ago

This one seems straight-forward and obviously correct to me. If no one objects in the next 24 hours or so I'll merge it.

sumpfralle commented 7 years ago

Yes, it looks like there was some magical thinking flowing through my mind at that time ...

SebKuzminsky commented 7 years ago

Thanks for merging this. I just merged stable/0.6 into master, so this bug is fixed there too now.