Skip to content
Snippets Groups Projects
Commit 71e71c6c authored by tuhe's avatar tuhe
Browse files

updates

parent 80a6d5e0
Branches
No related tags found
No related merge requests found
# Use this guide:
# https://packaging.python.org/tutorials/packaging-projects/
#
# py -m build && twine upload dist/*
# from unitgrade.version import __version__
# git add . && git commit -m"updates" && git push && pip install -e ./
import setuptools
with open("src/unitgrade/version.py", "r", encoding="utf-8") as fh:
__version__ = fh.read().split("=")[1].strip()[1:-1]
......
Metadata-Version: 2.1
Name: unitgrade
Version: 0.1.28.1
Version: 0.1.28.2
Summary: A student homework/exam evaluation framework build on pythons unittest framework.
Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
Author: Tue Herlau
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment