scikit-build / scikit-build-sample-projects

Sample projects demonstrating use of scikit-build
74 stars 27 forks source link

add _hello imports to __init__.py #9

Closed scottstanie closed 3 years ago

scottstanie commented 4 years ago

This folder has the same problem as #5 in that the pip install . appears to do nothing. To make it more apparent that the install is working, this import statement now allows access to hello.elevation() and hello.hello(...) when you run import hello after installing

henryiii commented 3 years ago

This change is necessary to get the tests to pass (:facepalm:), so will go ahead and merge it, since I'm working on running the tests in CI.