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 87ea095..9ce1b14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ license-files = [
requires-python = ">=3.9"
readme = "README.md"
keywords = ["packaging", "PEP 517", "build"]
-dynamic = ["version"]
+version = "2.4.6"
classifiers = [
"Development Status :: 5 - Production/Stable",
|