Skip to content

Commit b0b1f14

Browse files
committed
disable git version tagging to avoid testing conflicts with cwltool
1 parent ff000db commit b0b1f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
'console_scripts': ["schema-salad-tool=schema_salad.main:main", "schema-salad-doc=schema_salad.makedoc:main"]
7070
},
7171
zip_safe=True,
72-
cmdclass={'egg_info': tagger},
72+
# cmdclass={'egg_info': tagger},
7373
classifiers=[
7474
"Environment :: Console",
7575
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)