Skip to content

Commit c930996

Browse files
committed
toml update
1 parent 0aca825 commit c930996

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENCE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2000-2018 Antony Lewis and Anthony Challinor.
1+
Copyright 2000-2025 Antony Lewis and Anthony Challinor.
22

33
Portions of this software were originally based on
44
CMBFAST by Uros Seljak and Matias Zaldarriaga, itself based on Boltzmann code written by Edmund

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ authors = [
1010
description = "Code for Anisotropies in the Microwave Background"
1111
keywords = ['cosmology', 'CAMB', 'CMB']
1212
readme = "docs/README_pypi.rst"
13-
license = { file = "LICENCE.txt" }
13+
license = "LicenseRef-LGPL-arxiv"
14+
license-files = ["LICENCE.txt"]
1415
dynamic = ["version"]
1516
requires-python = ">=3.8.0"
1617
classifiers = [
@@ -19,7 +20,7 @@ classifiers = [
1920
"Environment :: Console",
2021
"Intended Audience :: Science/Research",
2122
"Topic :: Scientific/Engineering :: Astronomy",
22-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
23+
# "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2324
"Programming Language :: Python :: 3.8",
2425
"Programming Language :: Python :: 3.9",
2526
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)