aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-21 11:00:08 +0200
committerGitHub2021-04-21 11:00:08 +0200
commit806d5cc35ecd2bfc3abd6f234bcabc145ac4da70 (patch)
tree0817dd0ad00ad0ea5e3a193b440ac6ef0cf33d61
parent3d85388d517ba4ab12dfb7ab563c66d9be74df1c (diff)
downloadsec-certs-806d5cc35ecd2bfc3abd6f234bcabc145ac4da70.tar.gz
sec-certs-806d5cc35ecd2bfc3abd6f234bcabc145ac4da70.tar.zst
sec-certs-806d5cc35ecd2bfc3abd6f234bcabc145ac4da70.zip
Update setup.py
Attempt to add a package to setup.py to set the version number according to a commit tag (e.g. v1.0.0 or 1.0.0), link to the repo used : https://github.com/dolfinus/setuptools-git-versioning
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cf6f3e5a..5aae20b2 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,8 @@ setup(
name='sec-certs',
author='Petr Svenda, Stanislav Bobon, Jan Jancar, Adam Janovsky',
author_email='svenda@fi.muni.cz',
- version='0.0.0',
+ version_config=True,
+ setup_requires=['setuptools-git-versioning'],
packages=find_packages(),
license='MIT',
description="Tool for analysis of security certificates",