BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

packaging - create an installable version of the software #98

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

Following the latest guidelines from PyPA, make this package installable (at least locally by pip install -e .).

prjemian commented 1 year ago

See the tutorial: Packaging Python Projects

prjemian commented 1 year ago

This issue will involve changes in how the imports work, as well as changes to where certain content (such as the LICENSE file) is located or defined.

prjemian commented 1 year ago

Configure the pyproject.toml file to use setuptools-scm for the project versioning tools and semantic versioning for the project version rules.