From fd97cfb947d1010f8ef4369c7e08fae43929cbdf Mon Sep 17 00:00:00 2001 From: Juny Kesumadewi Date: Mon, 21 Dec 2020 16:06:47 +1100 Subject: [PATCH] Add packages required to publish --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 787ba05..9300d3d 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,9 @@ "requests_mock", "nose_parameterized", "keyring==21.4.0", + "setuptools", + "wheel", + "twine", ], }, packages=["janis_assistant"] + modules,