Skip to content

Commit 03c5b84

Browse files
committed
Fix readme binding
1 parent 81f0df8 commit 03c5b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ConfigFramework"
7-
dynamic = ["version", "readme"]
7+
dynamic = ["version"]
8+
readme = "README.md"
89
authors = [
910
{name = "Rud356", email = "rud356github@gmail.com"},
1011
]
@@ -30,7 +31,7 @@ dependencies = [
3031

3132
[tool.setuptools.dynamic]
3233
version = {attr = "config_framework.__init__.__version__"}
33-
readme = {file = 'README.md'}
34+
3435

3536
[tool.setuptools.packages.find]
3637
where = ["./"]

0 commit comments

Comments
 (0)