diff --git a/setup.py b/setup.py index 1e2c641..d4640f9 100644 --- a/setup.py +++ b/setup.py @@ -34,9 +34,14 @@ if __name__ == "__main__": open(os.path.join(os.path.dirname(__file__), "requirements.txt")) ) ], - dependency_links=[ - 'https://download.pytorch.org/whl/cu113', - ], + extras_require= { + "app" : "scraibe-webui @ https://github.com/JSchmie/ScrAIbe-WebUI" + } + , + # dependency_links=[ + # 'https://download.pytorch.org/whl/cu113', + # ], + url= github_url, license='GPL-3',