From 2e3ce2168d4192344ca49b720db9f75825c16ddc Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Thu, 20 Feb 2020 00:10:57 +0100 Subject: [PATCH] auto tag --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index bc6b31e..43d9aee 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,8 @@ import setuptools import bin.zfs_autobackup +import os + +os.system("git tag -m'' -a v{}".format(bin.zfs_autobackup.VERSION)) with open("README.md", "r") as fh: long_description = fh.read()