faisalashraf commited on
Commit
9ea7434
·
verified ·
1 Parent(s): b82be28

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -2
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
  )