This PR does away with trying to build a wheel and just builds the source distribution instead. To build a wheel, we would have to package tempo2 along with libstempo and that isn't in the cards right now.
This PR also adds a fix for loading the ecc_vs_nharm file. For some reason this was breaking and I think we were way overdoing it before. Using the relative path to the file will work.
I also added a test_imports.py just to make sure all imports work.
This PR does away with trying to build a wheel and just builds the source distribution instead. To build a wheel, we would have to package
tempo2
along withlibstempo
and that isn't in the cards right now.This PR also adds a fix for loading the
ecc_vs_nharm
file. For some reason this was breaking and I think we were way overdoing it before. Using the relative path to the file will work.I also added a
test_imports.py
just to make sure all imports work.