From 4e2660947f407b776d4497b271efb5ef5bf5011a Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Wed, 1 May 2024 14:27:28 +0000 Subject: [PATCH] CC0 license put into ideal format recognized by pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9ac904ec..739e009a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', - 'License :: CC0', + 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',