summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-04 16:51:48 -0800
committerMicah Lee <micah@micahflee.com>2020-11-04 16:51:48 -0800
commit4f0154d6981d393d454255c2f8468d2023b2e601 (patch)
tree8d7711730ce69437497a573a846e02c972549334 /cli
parent7a0436a216555502b0a630f0ef854c2d5f767d84 (diff)
downloadonionshare-4f0154d6981d393d454255c2f8468d2023b2e601.tar.gz
onionshare-4f0154d6981d393d454255c2f8468d2023b2e601.zip
Write unified release documentation, move licenses into the root, and delete some unnecessary files from desktop/install
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/cli/README.md b/cli/README.md
index cb5f9bc5..06bb18cf 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -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
-``` \ No newline at end of file