From e4a70a667a0bf3882fd44b557bc76583d2c65cd1 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sun, 17 Sep 2023 10:35:34 +0200 Subject: [PATCH] Made metadata version property dynamic. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b6d84ca..7fe2083b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} @@ -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"