small change to setup.py
This commit is contained in:
parent
a28b1d176c
commit
4a105d1241
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ from setuptools import setup
|
||||||
version = '0.5-SNAPSHOT'
|
version = '0.5-SNAPSHOT'
|
||||||
if 'TRAVIS_TAG' in os.environ.keys():
|
if 'TRAVIS_TAG' in os.environ.keys():
|
||||||
version= os.environ['TRAVIS_TAG']
|
version= os.environ['TRAVIS_TAG']
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='cadquery',
|
name='cadquery',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user