From a04c9959d4e31c7b4761e1ff994edddec0f0a99d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 3 Jan 2018 18:29:33 +0900 Subject: setup.py: Removing explicitly set version, we use setuptools_scm for this. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7bbd245d8..c98d65136 100755 --- a/setup.py +++ b/setup.py @@ -137,7 +137,6 @@ if not os.environ.get('BST_ARTIFACTS_ONLY', ''): # Main setup() Invocation # ##################################################### setup(name='BuildStream', - version='0.1', description='A framework for modelling build pipelines in YAML', license='LGPL', use_scm_version=True, -- cgit v1.2.1