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,