Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove packages and package_dir from setup.py
I really am not sure why, but this has been causing big headaches for use with scikit build. Probably some hard-to-track bug. Basically, if we kept these lines the way that they are, all of the targets `install()`ed by cmake get installed in a completely different location than the rest of the packages. They get installed in "stempy" in the root directory of the environment instead of inside lib/pythonX.X/site-packages/stempy. I really don't know why, but since we can seemingly do things fine without those lines, just remove them. Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
- Loading branch information