summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-01-03 18:29:33 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-01-03 18:29:33 +0900
commita04c9959d4e31c7b4761e1ff994edddec0f0a99d (patch)
tree193cd7d0905b7ba79066162f403031e6596c8aee
parentf0d03c82b539d9e4413c423a82fd342f82320c63 (diff)
downloadbuildstream-a04c9959d4e31c7b4761e1ff994edddec0f0a99d.tar.gz
setup.py: Removing explicitly set version, we use setuptools_scm for this.
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
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,