Skip to content

Commit e2848ec

Browse files
committed
Try this
1 parent 030f89a commit e2848ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "post-align"
77
version = "0.2.0a0"
8-
dynamic = ["dependencies"]
8+
dependencies = [
9+
"cython",
10+
"more-itertools",
11+
"orjson",
12+
"pafpy",
13+
"rich",
14+
"typer"
15+
]
916
description = "A post alignment toolkit for refining pairwise/multiple alignment sequences."
1017
readme = "README.md"
1118
requires-python = ">=3.11"
@@ -32,9 +39,6 @@ postalign = "postalign.entry:cli"
3239
[tool.setuptools]
3340
zip-safe = true
3441

35-
[tool.setuptools.dynamic]
36-
dependencies = {file = "requirements.txt"}
37-
3842
[tool.setuptools.packages.find]
3943
include = ["postalign*"]
4044

0 commit comments

Comments
 (0)