Skip to content

Commit 4960c2a

Browse files
committed
wip fix twine check error
1 parent 18355c5 commit 4960c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "lbster"
3+
readme = "README.md"
34
description = "Language models for Biological Sequence Transformation and Evolutionary Representation."
45
authors = [{name = "Nathan C. Frey", email = "frey.nathan.nf1@gene.com"}]
5-
dynamic = ["version", "readme", "dependencies", "optional-dependencies"]
6+
dynamic = ["version", "dependencies", "optional-dependencies"]
67
requires-python = ">=3.10"
78

89
[build-system]
@@ -20,7 +21,6 @@ lobster_eval = "lobster.cmdline:eval_embed"
2021

2122
[tool.setuptools.dynamic]
2223
dependencies = {file = ["requirements.in"]}
23-
readme = {file = "README.md"}
2424

2525
[tool.setuptools.dynamic.optional-dependencies]
2626
dev = {file = ["requirements-dev.in"]}

0 commit comments

Comments
 (0)