@@ -6,18 +6,20 @@ build-backend = "setuptools.build_meta"
66name = " lsst-ctrl-bps-parsl"
77requires-python = " >=3.11.0"
88description = " Parsl-based plugin for lsst-ctrl-bps."
9- license = {text = " BSD 3-Clause License" }
9+ license = " BSD-3-Clause OR GPL-3.0-or-later"
10+ license-files = [" COPYRIGHT" , " LICENSE" , " bsd_license.txt" , " gpl-v3.0.txt" ]
1011readme = " README.md"
1112authors = [
1213 {
name =
" Rubin Observatory Data Management" ,
email =
" [email protected] " },
1314]
1415classifiers = [
1516 " Intended Audience :: Science/Research" ,
16- " License :: OSI Approved :: BSD License" ,
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python :: 3" ,
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2123 " Topic :: Scientific/Engineering :: Astronomy" ,
2224]
2325keywords = [" lsst" ]
@@ -41,7 +43,6 @@ where = ["python"]
4143
4244[tool .setuptools ]
4345zip-safe = true
44- license-files = [" COPYRIGHT" , " LICENSE" , " bsd_license.txt" , " gpl-v3.0.txt" ]
4546
4647[tool .setuptools .package-data ]
4748"lsst.ctrl.bps.parsl" = [" etc/*.yaml" ]
0 commit comments