From 60fd86a8da1551818966bc58f1bce5fd00176a7d Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 20 Mar 2024 20:23:50 -0700 Subject: [PATCH] pyproject.toml: Single-source the version (fixup) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98c9b11..1a6139d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,4 +34,4 @@ dynamic = [ Homepage = "https://github.com/sagemath/pari-jupyter" [tool.setuptools.dynamic] -version = {file = "VERSION"} +version = {attr = "PARIKernel.__version__"}