From 2697624d2d0f6a9253ce7703bb3eea324d3c3f86 Mon Sep 17 00:00:00 2001 From: yaghoubi Date: Mon, 30 Sep 2024 14:52:41 +0330 Subject: [PATCH] fix: pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d2d5a4..f53d58f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] # Declare fields that are dynamically set -dynamic = ["classifiers", "version"] +dynamic = ["version"] [tool.setuptools] package-dir = {"" = "django_daisy"}