summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index fae569b..f8d1986 100644
--- a/README.md
+++ b/README.md
@@ -64,13 +64,8 @@ index-servers =
```
. ./.venv/bin/activate
-pip install twine
poetry build
twine check dist/rsa-4.9.tar.gz dist/rsa-4.9-*.whl
twine upload -r rsa dist/rsa-4.9.tar.gz dist/rsa-4.9-*.whl
```
-
-The `pip install twine` is necessary as Python-RSA requires Python >= 3.6, and
-Twine requires at least version 3.7. This means Poetry refuses to add it as
-dependency.