Skip to content

Commit

Permalink
Add props to dynamic in pyproject.toml for py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Espada committed Feb 4, 2025
1 parent e775561 commit 5105b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "heckbot"
description = "For-fun Discord bot"
dynamic = ["version", "dependencies"]
dynamic = ["version", "dependencies", "readme", "requires-python", "license", "classifiers", "optional-dependencies"]
authors = [
{ name = "Julian Espada", email = "jesp1999@gmail.com" }
]
Expand Down

0 comments on commit 5105b8d

Please sign in to comment.