Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98b7a8a

Browse files
leifdreizleracdha
andauthored
Update license field to use proper SPDX identifier (#2016)
* Update license field to use proper SPDX identifier This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API which is used by downstream tools including deps.dev * Update pyproject.toml * Remove superceded license classifier --------- Co-authored-by: Chris Adams <[email protected]>
1 parent 04dcb8a commit 98b7a8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ name = "django-haystack"
1111
description = "Pluggable search for Django."
1212
readme = "README.rst"
1313
authors = [{name = "Daniel Lindsley", email = "[email protected]"}]
14+
license = "BSD-3-Clause"
15+
license-files = ["LICENSE"]
1416
classifiers = [
1517
"Development Status :: 5 - Production/Stable",
1618
"Environment :: Web Environment",
@@ -20,7 +22,6 @@ classifiers = [
2022
"Framework :: Django :: 5.0",
2123
"Framework :: Django :: 5.1",
2224
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: BSD License",
2425
"Operating System :: OS Independent",
2526
"Programming Language :: Python",
2627
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)