Update setup.py
Browse files
setup.py
CHANGED
|
@@ -6,7 +6,7 @@ setup(
|
|
| 6 |
description='Predict Affinity against SARS-CoV-2 HR2 peptide',
|
| 7 |
author='Faisal B. Ashraf',
|
| 8 |
packages=find_packages(),
|
| 9 |
-
|
| 10 |
install_requires=[
|
| 11 |
'torch', # PyTorch
|
| 12 |
'numpy', # For numerical operations
|
|
@@ -14,5 +14,4 @@ setup(
|
|
| 14 |
'textwrap3', # For wrapping text
|
| 15 |
],
|
| 16 |
python_requires=">=3.7",
|
| 17 |
-
include_package_data=True, # Ensures all necessary files are included
|
| 18 |
)
|
|
|
|
| 6 |
description='Predict Affinity against SARS-CoV-2 HR2 peptide',
|
| 7 |
author='Faisal B. Ashraf',
|
| 8 |
packages=find_packages(),
|
| 9 |
+
include_package_data=True, # Ensures all necessary files are included
|
| 10 |
install_requires=[
|
| 11 |
'torch', # PyTorch
|
| 12 |
'numpy', # For numerical operations
|
|
|
|
| 14 |
'textwrap3', # For wrapping text
|
| 15 |
],
|
| 16 |
python_requires=">=3.7",
|
|
|
|
| 17 |
)
|