We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c33330 commit 182dfc8Copy full SHA for 182dfc8
README.md
@@ -17,7 +17,7 @@ numerous OGC Web Service interfaces.
17
18
## Installation
19
20
-The easiest way to install pywis-pubsub is via the Python [pip](https://pip.pypa.io)
+The easiest way to install OWSLib is via the Python [pip](https://pip.pypa.io)
21
utility:
22
23
```bash
@@ -156,7 +156,7 @@ Releasing
156
git push --tags
157
# update on PyPI (must be a maintainer)
158
rm -fr build dist *.egg-info
159
- python3 setup.py sdist bdist_wheel --universal
+ python3 -m build
160
twine upload dist/*
161
```
162
requirements-dev.txt
@@ -6,6 +6,6 @@ pytest-socket
6
Pillow
7
tox
8
twine
9
-wheel
10
coverage
11
coveralls
+build
0 commit comments