From c95ce17451cb19b4775a819f82a532d3a3a6231b Mon Sep 17 00:00:00 2001 From: Krateng Date: Fri, 13 Dec 2019 17:37:22 +0100 Subject: [PATCH] Added github tagging --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 3d69495..fab6c6b 100644 --- a/setup.py +++ b/setup.py @@ -33,3 +33,7 @@ setuptools.setup( ] } ) + +import os + +os.system("git tag v" + ".".join(str(n) for n in module.version))