-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 811 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (24 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "esmfold2-pipeline"
version = "0.1.0"
description = "Campaign orchestration for ESMFold2-native binder design"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"biopython>=1.83",
"biotite>=1.6.0",
"matplotlib>=3.8",
"numpy>=1.26",
"PyYAML>=6",
]
[project.scripts]
esmfold2-pipeline = "esmfold2_pipeline.cli:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
esmfold2_pipeline = ["db/schema.sql"]
"esmfold2_pipeline.frameworks.scfv" = ["*.yaml", "*.cif", "legacy/*.yaml", "legacy/*.md", "reference_structures/*.cif"]
"esmfold2_pipeline.frameworks.vhh" = ["*.yaml", "*.cif", "legacy/*.yaml", "legacy/*.md", "reference_structures/*.cif"]