From 64bc028c55e5e893e154e032130d60b5304d2e38 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 22 May 2021 21:46:56 +0000 Subject: [PATCH] fixed typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aa7aa5..162d27d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ Last Modified: January 11, 2021 Dev: K4YT3X Last Modified: May 22, 2021 -pip3 install --user --U setuptools wheel twine +pip3 install --user -U setuptools wheel twine python3 setup.py sdist bdist_wheel python3 -m twine upload --repository pypi dist/* """