From 90d48f3d2bfd16e62f6f5cac79038bc1e0eab17d Mon Sep 17 00:00:00 2001 From: arpitjainn189 <69710193+arpitjainn189@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:51:18 +0530 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f565bea..19c44f4 100644 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ def package_url(self, group_id, artifact_id, version): artifact_id=artifact_id, version=version, dest=self.package_destination(artifact_id, version)) - +# defining download_file def download_file(self, url, dest): """ Downloads a file at the url to the destination. @@ -215,7 +215,7 @@ def run(self): class InstallThenCheckForJars(install): - +# defining do_install and run def do_install(self): install.run(self) @@ -267,7 +267,7 @@ def run(self): commands['bdist_wheel'] = BdistWheelWithJars except NameError: pass - + # Setup setup( name=PACKAGE_NAME, version=PACKAGE_VERSION,