Skip to content

Commit cf71c6d

Browse files
committed
Fix the dynamic property
1 parent 4d233dc commit cf71c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme = "README.md"
2020
authors = [
2121
{name = "ironArray SLU", email = "contact@ironarray.io"},
2222
]
23-
dynamic = ["version", "description"]
23+
dynamic = ["version"]
2424
keywords = ["pubsub", "blosc2"]
2525
license = {text = "GNU Affero General Public License version 3"}
2626
classifiers = [

0 commit comments

Comments
 (0)