aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-12-25 16:47:33 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-12-25 16:47:33 +0000
commit90d04aaf1593fd1747fed1472430dd9d24f74805 (patch)
treee90cbdb695ff6b135c29c02383c31a53bde760ac
parent6372d03a0cf93e6062be1136cb0a2e52286e2fc8 (diff)
downloadz80count-90d04aaf1593fd1747fed1472430dd9d24f74805.tar.gz
z80count-90d04aaf1593fd1747fed1472430dd9d24f74805.zip
Only Python 3
-rw-r--r--RELEASE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 42d6fdc..78b33a9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -7,7 +7,6 @@ How to make a release
4. Build dist files:
```
rm -f dist/*
-python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
```
5. Publish on PyPi: