File tree Expand file tree Collapse file tree 2 files changed +33
-24
lines changed
Expand file tree Collapse file tree 2 files changed +33
-24
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools >= 77.0.3" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " chebai-proteins"
7+ version = " 0.0.2"
8+ description = " Repository for protein prediction and classification, built on top of the python-chebai codebase"
9+ authors = [{name =" " , email =" " }]
10+ readme = " README.md"
11+ license = { text = " AGPL-3.0" }
12+ requires-python = " >=3.9, <3.13"
13+ dependencies = [
14+ " chebai @ git+https://github.com/ChEB-AI/python-chebai.git" ,
15+ " biopython" ,
16+ " fair-esm" ,
17+ ]
18+
19+ [project .optional-dependencies ]
20+ dev = [" black" , " isort" , " pre-commit" ]
21+ plot = [" matplotlib" , " seaborn" ]
22+ wandb = [" wandb" ]
23+
24+ [tool .setuptools ]
25+ include-package-data = true
26+ license-files = [" LICEN[CS]E*" ]
27+
28+ [tool .setuptools .packages .find ]
29+ where = [" ." ]
30+ exclude = [" tests*" ]
31+
32+ [tool .setuptools .package-data ]
33+ "*" = [" **/*.txt" , " **/*.json" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments