From 6a69c627d94cee951e573c6a49151b47e0f11c58 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 12 Sep 2022 10:25:18 +0200
Subject: [PATCH] Minor dashboard fixes

---
 setup.py | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index 33b6f07..ff12795 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,11 @@
-# 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 ./
+"""
+Use this guide:
+https://packaging.python.org/tutorials/packaging-projects/
+
+py -m build && twine upload dist/*
+git add . && git commit -m"updates" && git push
+sudo 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]
-- 
GitLab