1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Boyuan Yang <byang@debian.org>
Date: Tue, 13 Jun 2023 10:42:15 -0400
Subject: Explicitly set version
Forwarded: not-needed
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index b87d059..a8d2f4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ license = {text = "MIT"}
requires-python = ">=3.9"
readme = "README.md"
keywords = ["packaging", "PEP 517", "build"]
-dynamic = ["version"]
+version = "2.4.5"
classifiers = [
"Development Status :: 5 - Production/Stable",
|