Skip to content

Commit

Permalink
Made metadata version property dynamic.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Sep 17, 2023
1 parent 9c20fca commit e4a70a6
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
Expand Up @@ -4,7 +4,6 @@ build-backend = "flit_core.buildapi"

[project]
name = "django-filter"
version = "23.2"
authors = [{name = "Alex Gaynor", email = "alex.gaynor@gmail.com"}]
maintainers = [{name = "Carlton Gibson", email = "carlton.gibson@noumenal.es"}]
license = {text = "BSD"}
Expand All @@ -31,6 +30,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = ["Django>=3.2"]
dynamic = ["version"]

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

0 comments on commit e4a70a6

Please sign in to comment.