Skip to content

Commit e4a70a6

Browse files
committed
Made metadata version property dynamic.
1 parent 9c20fca commit e4a70a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "django-filter"
7-
version = "23.2"
87
authors = [{name = "Alex Gaynor", email = "[email protected]"}]
98
maintainers = [{name = "Carlton Gibson", email = "[email protected]"}]
109
license = {text = "BSD"}
@@ -31,6 +30,7 @@ classifiers = [
3130
]
3231
requires-python = ">=3.7"
3332
dependencies = ["Django>=3.2"]
33+
dynamic = ["version"]
3434

3535
[project.urls]
3636
Homepage = "https://github.com/carltongibson/django-filter/tree/main"

0 commit comments

Comments
 (0)