Skip to content

Commit 182dfc8

Browse files
authored
Use build library for packaging (#969)
* Use build for building packages * Use python3 * Remove wheel as replaced with build
1 parent 6c33330 commit 182dfc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ numerous OGC Web Service interfaces.
1717

1818
## Installation
1919

20-
The easiest way to install pywis-pubsub is via the Python [pip](https://pip.pypa.io)
20+
The easiest way to install OWSLib is via the Python [pip](https://pip.pypa.io)
2121
utility:
2222

2323
```bash
@@ -156,7 +156,7 @@ Releasing
156156
git push --tags
157157
# update on PyPI (must be a maintainer)
158158
rm -fr build dist *.egg-info
159-
python3 setup.py sdist bdist_wheel --universal
159+
python3 -m build
160160
twine upload dist/*
161161
```
162162

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pytest-socket
66
Pillow
77
tox
88
twine
9-
wheel
109
coverage
1110
coveralls
11+
build

0 commit comments

Comments
 (0)