Delete unused Qt5 files after Windows build

This commit is contained in:
Micah Lee 2021-12-23 11:49:43 -08:00
parent 8a04472022
commit 07665a0109
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 304 additions and 14 deletions

View file

@ -97,11 +97,3 @@ To run tests:
```sh
poetry run pytest -v ./tests
```
## Build a wheel package
```sh
poetry build
```
This will create `dist/onionshare_cli-$VERSION-py3-none-any.whl`.