From 82af84a3c757b94b5c87bc823c298fc9e3b7c5f4 Mon Sep 17 00:00:00 2001 From: Dima Molodenskiy Date: Wed, 30 Oct 2024 15:56:11 +0100 Subject: [PATCH] install colabfold --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6358e106..e7c299ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,8 @@ include-package-data = true [tool.setuptools.package-dir] alphafold = "alphafold/alphafold" +colabfold = "ColabFold/colabfold" +unifold = "AlphaLink2/unifold" [tool.setuptools.packages.find] where = ["."]