From dd7287a8eebf33016af09f39b53c233357968fca Mon Sep 17 00:00:00 2001 From: Ganesh K Bhat Date: Fri, 7 Apr 2023 19:45:59 +0530 Subject: [PATCH] [COMMIT] [Improvement] [Docs] Minor changes to requirements_dev.txt --- requirements_dev.txt | 8 +++++--- setup.py | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9ade514..9fcc1a9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,7 @@ -autopep8==1.5.2 -pytest==5.4.1 pyinstaller==4.6 setuptools==49.2.1 -twine==3.6.0 +twine==4.0.1 +wheel==0.40.0 +autopep8==2.0.0 +pytest==5.4.1 +check-wheel-contents==0.4.0 diff --git a/setup.py b/setup.py index 14048ed..a0e5078 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,11 @@ # RUN setup.py with below command # python3 setup.py sdist bdist_wheel + +# Check python distribution +# check-wheel-contents ./dist + + # The Pypirc file stores the PyPi repository information # https://docs.python.org/2.5/dist/pypirc.html # for Windows : C:\Users\UserName\.pypirc