coessentiality icon indicating copy to clipboard operation
coessentiality copied to clipboard

Make code pip installable

Open cthoyt opened this issue 4 years ago • 0 comments

Closes #1

This PR does the following:

  1. Switches code to the src/ layout and switches imports to work in a package setting
  2. Adds setup configuration (setup.py is always the same in every repo, all metadata goes in setup.cfg)
  3. 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)

cthoyt avatar Mar 09 '21 17:03 cthoyt