We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464b1c1 commit 7d418a6Copy full SHA for 7d418a6
setup.py
@@ -17,7 +17,7 @@
17
18
19
setup(name='WSDiscovery',
20
- version='2.0.1dev',
+ version='2.0.2dev',
21
description='WS-Discovery implementation for python',
22
long_description=README + "\n\n" + CHANGES,
23
long_description_content_type="text/markdown",
upload-to-pypi.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+python setup.py sdist
4
5
+python3 -m twine upload dist/*
0 commit comments