File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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" ]
4040requires-python = " >=3.9"
4141dependencies = [
4242 " django>=4.2" ,
@@ -59,7 +59,6 @@ dev = [
5959
6060[tool .setuptools ]
6161include-package-data = true
62- license-files = [" LICENSE" ]
6362
6463[tool .setuptools .packages .find ]
6564include = [" linkcheck*" ]
You can’t perform that action at this time.
0 commit comments