aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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",