From bf26010996b922d357af429b0eb6165ca7570844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 28 Feb 2018 09:44:19 +0100 Subject: [PATCH] setup: declare automatic versioning --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0ef2268..d174d98 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ def get_version(): setup( name='passerelle-grandlyon-iodas', + version=get_version(), author='Grand Lyon', author_email='toto@example.net', url='http://example.net/',