Switches code to the src/ layout and switches imports to work in a package setting
Adds setup configuration (setup.py is always the same in every repo, all metadata goes in setup.cfg)
Update the README with setup instructions
This PR does not solve the problem of needing to manually acquire and structure data and the java executable, but that should be solved nonetheless (in a different PR)
Closes #1
This PR does the following:
src/
layout and switches imports to work in a package settingThis PR does not solve the problem of needing to manually acquire and structure data and the java executable, but that should be solved nonetheless (in a different PR)