Skip to content

Commit

Permalink
Fix dynamic version loading
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Feb 19, 2025
1 parent fe103bb commit e69d9af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ packages=[
"chatterbot.ext.django_chatterbot.migrations",
]

[tool.setuptools.dynamic]
version = {attr = "chatterbot.__version__"}

[project]
name = "ChatterBot"
requires-python = "~=3.9"
Expand Down

0 comments on commit e69d9af

Please sign in to comment.