"...rocHPL/git@developer.sourcefind.cn:tsoc/hg-misc-tools.git" did not exist on "7e8d5453abfbff62d64a281dc012479fd51763ad"
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(
author_email='gahdritz@gmail.com',
license='Apache License, Version 2.0',
url='https://github.com/aqlaboratory/openfold',
packages=find_packages(),
packages=find_packages(exclude=["tests", "scripts"]),
install_requires=[
'torch',
'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