Compare commits

...

No commits in common. "a80adadff58011154c1047f36b1e8ff426d6a65e" and "3aefc0b9eb37869e5da8ea66cc751669cb18c75e" have entirely different histories.

3 changed files with 5 additions and 1 deletions

1
backend/.gitignore vendored
View File

@ -1,3 +1,4 @@
/.venv/
/dist/
/build/
__pycache__/

View File

@ -0,0 +1,3 @@
import importlib.metadata
__version__ = importlib.metadata.distribution(__package__).version