Write unified release documentation, move licenses into the root, and delete some unnecessary files from desktop/install

This commit is contained in:
Micah Lee 2020-11-04 16:51:48 -08:00
parent b42a8ea638
commit 3e6c60d109
22 changed files with 320 additions and 1133 deletions

View file

@ -66,16 +66,3 @@ poetry build
```
This will create `dist/onionshare_cli-$VERSION-py3-none-any.whl`.
### Making a release
Before making a release, update the version in these places:
- `pyproject.toml`
- `onionshare_cli/resources/version.txt`
Build and publish to PyPi:
```
poetry publish --build
```