You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expects the __version__ variable, which can be hard-coded in __init__.py or determined using importlib as in python-poetry/poetry#273 (comment). The latter is preferable to avoid a requirement for multiple updates on release that arises with the former.
importlib.metadata.version
* add application conda env
* add application dockerfile
* update Makefile to build application
* add application styling
* remove flake8 config file
* remove darglint config file
* set version from importlib
* python-poetry/poetry#273 (comment)
* set version using importlib rather than expecting hard-coded #64
* update application dockerfile to install library
* update application environment
* gcs
* simplify library install by installing leidenalg and astropy from conda
* add make target for shell in running container
* download app data from gcs
* add application conda env
* add application dockerfile
* update Makefile to build application
* add application styling
* remove flake8 config file
* remove darglint config file
* set version from importlib
* python-poetry/poetry#273 (comment)
* set version using importlib rather than expecting hard-coded #64
* update application dockerfile to install library
* update application environment
* gcs
* simplify library install by installing leidenalg and astropy from conda
* add make target for shell in running container
* download app data from gcs
pyrovelocity/pyrovelocity/pyrovelocity.py
Line 4 in aa05ef6
expects the
__version__
variable, which can be hard-coded in__init__.py
or determined using importlib as in python-poetry/poetry#273 (comment). The latter is preferable to avoid a requirement for multiple updates on release that arises with the former.importlib.metadata.version
The text was updated successfully, but these errors were encountered: