Skip to content
Snippets Groups Projects
Commit 6a69c627 authored by tuhe's avatar tuhe
Browse files

Minor dashboard fixes

parent 71e71c6c
No related branches found
No related tags found
No related merge requests found
# Use this guide: """
# https://packaging.python.org/tutorials/packaging-projects/ Use this guide:
# https://packaging.python.org/tutorials/packaging-projects/
# py -m build && twine upload dist/*
# git add . && git commit -m"updates" && git push && pip install -e ./ py -m build && twine upload dist/*
git add . && git commit -m"updates" && git push
sudo pip install -e ./
"""
import setuptools import setuptools
with open("src/unitgrade/version.py", "r", encoding="utf-8") as fh: with open("src/unitgrade/version.py", "r", encoding="utf-8") as fh:
__version__ = fh.read().split("=")[1].strip()[1:-1] __version__ = fh.read().split("=")[1].strip()[1:-1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment