Skip to content

Commit 1c3c05d

Browse files
committed
Updated license mentions in pyproject.toml
1 parent f644d39 commit 1c3c05d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Environment :: Web Environment",
2222
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: BSD License",
2423
"Operating System :: OS Independent",
2524
"Programming Language :: Python",
2625
"Programming Language :: Python :: 3",
@@ -36,7 +35,8 @@ classifiers = [
3635
"Framework :: Django :: 5.1",
3736
"Framework :: Django :: 5.2",
3837
]
39-
license = {text = "BSD-3-Clause"}
38+
license = "BSD-3-Clause"
39+
license-files = ["LICENSE"]
4040
requires-python = ">=3.9"
4141
dependencies = [
4242
"django>=4.2",
@@ -59,7 +59,6 @@ dev = [
5959

6060
[tool.setuptools]
6161
include-package-data = true
62-
license-files = ["LICENSE"]
6362

6463
[tool.setuptools.packages.find]
6564
include = ["linkcheck*"]

0 commit comments

Comments
 (0)