coessentiality
coessentiality copied to clipboard
Make code pip installable
Closes #1
This PR does the following:
- 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)