From d4f975aec522395894ca27b3cd258ab1634dfb87 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Thu, 6 Jun 2024 09:35:50 +0100 Subject: [PATCH] update [pypi] --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c235ea3..185891f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Antony Lewis" }, ] description = "Code for Anisotropies in the Microwave Background" -keywords= ['cosmology', 'CAMB', 'CMB'] +keywords = ['cosmology', 'CAMB', 'CMB'] readme = "docs/README_pypi.rst" license = { file = "LICENCE.txt" } dynamic = ["version"] @@ -45,5 +45,3 @@ Source = "https://github.com/cmbant/camb" Tracker = "https://github.com/cmbant/camb/issues" Licensing = "https://github.com/cmbant/camb/blob/master/LICENCE.txt" -[tool.setuptools.dynamic] -version = { attr = "camb.__version__" }