CAVEclient icon indicating copy to clipboard operation
CAVEclient copied to clipboard

Refactor to use pyproject.toml and new build system

Open bdpedigo opened this issue 5 months ago • 0 comments

This PR:

  • removes requirements.txt-like files -> pyproject.toml
  • removes bumpversion -> pyproject.toml (version is specified in one place only, caveclient can read it from there)
  • adds optional dependency path, currently just caveclient[cv] to include a cloudvolume install

TODO:

  • [ ] will need to redo github actions, but want to see how people feel about this first

bdpedigo avatar Sep 16 '24 22:09 bdpedigo