Skip to content

Commit 4bcd948

Browse files
committed
typing is part of stdlib in Py3.5+
1 parent 453acf1 commit 4bcd948

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ release: FORCE
160160
python testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
161161
pip install twine && \
162162
twine upload testenv2/src/${MODULE}/dist/* && \
163-
git tag ${VERSION} && git push --tags
163+
git tag v${VERSION} && git push --tags
164164

165165
FORCE:
166166

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
install_requires=[
2929
"setuptools",
3030
"ruamel.yaml >= 0.14.12, < 0.17.18",
31-
"typing",
3231
"schema_salad",
3332
],
3433
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},

0 commit comments

Comments
 (0)