Spaces:
Running
Running
Update setup.py
Browse files
setup.py
CHANGED
@@ -16,11 +16,11 @@ setup(
|
|
16 |
"numpy>=1.24.0",
|
17 |
],
|
18 |
author="Drug Interaction Assistant Team",
|
19 |
-
author_email="
|
20 |
description="A web application for analyzing drug interactions and providing drug information",
|
21 |
long_description=open("README.md").read(),
|
22 |
long_description_content_type="text/markdown",
|
23 |
-
url="https://github.com/
|
24 |
classifiers=[
|
25 |
"Programming Language :: Python :: 3",
|
26 |
"License :: OSI Approved :: MIT License",
|
|
|
16 |
"numpy>=1.24.0",
|
17 |
],
|
18 |
author="Drug Interaction Assistant Team",
|
19 |
+
author_email="uchihaoussama123@gmail.com",
|
20 |
description="A web application for analyzing drug interactions and providing drug information",
|
21 |
long_description=open("README.md").read(),
|
22 |
long_description_content_type="text/markdown",
|
23 |
+
url="https://github.com/OussamaOuldRouis/drug-drug-interaction",
|
24 |
classifiers=[
|
25 |
"Programming Language :: Python :: 3",
|
26 |
"License :: OSI Approved :: MIT License",
|