Skip to content

Commit 61fc1f7

Browse files
committed
chore(pyproject.toml): fix readme in metadata
1 parent 5e44056 commit 61fc1f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ classifiers = [
3434
"Programming Language :: Python :: 3.12",
3535
"Programming Language :: Python :: 3.13",
3636
]
37-
dynamic = ["readme", "version"]
37+
dynamic = ["version"]
3838
dependencies = ["Django>=2.2", "python-dateutil", "lxml"]
39+
readme = "README.md"
3940

4041
[tool.setuptools]
4142
zip-safe = false

0 commit comments

Comments
 (0)