Commit 82b24508 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix setup.py for Colab

parent 7e923e72
......@@ -23,8 +23,7 @@ setup(
author_email='gahdritz@gmail.com',
license='Apache License, Version 2.0',
url='https://github.com/aqlaboratory/openfold',
packages=find_packages(where="openfold"),
package_dir={"":"openfold"},
packages=find_packages(),
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