small change to setup.py

This commit is contained in:
Dave Cowden 2016-04-13 22:28:29 -04:00
parent a28b1d176c
commit 4a105d1241

View File

@ -19,7 +19,7 @@ from setuptools import setup
version = '0.5-SNAPSHOT'
if 'TRAVIS_TAG' in os.environ.keys():
version= os.environ['TRAVIS_TAG']
setup(
name='cadquery',