From 887aab2960aed669dd81ae26253b6cdda00a1891 Mon Sep 17 00:00:00 2001 From: Elia El Lazkani Date: Mon, 4 Nov 2019 17:11:21 +0100 Subject: [PATCH] Removing the tag dependency until it is relevant. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e4c256..56bca16 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description = 'Shortenit will shorten that url for you' setup( name='shortenit', exclude_package_data={'': ['.gitignore', 'requirements/', 'setup.py']}, - version_format='{tag}_{gitsha}', + version_format='{gitsha}', setup_requires=['setuptools-git', 'setuptools-git-version'], license='BSD', author='Elia El Lazkani',