Commit eeda001c authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Exclude tests and scripts from import

parent 8bbe9e5a
...@@ -23,7 +23,7 @@ setup( ...@@ -23,7 +23,7 @@ setup(
author_email='gahdritz@gmail.com', author_email='gahdritz@gmail.com',
license='Apache License, Version 2.0', license='Apache License, Version 2.0',
url='https://github.com/aqlaboratory/openfold', url='https://github.com/aqlaboratory/openfold',
packages=find_packages(), packages=find_packages(exclude=["tests", "scripts"]),
install_requires=[ install_requires=[
'torch', 'torch',
'deepspeed', 'deepspeed',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment