Skip to content

Commit

Permalink
Switch pyproject to BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 5, 2023
1 parent 555144f commit a6bf71f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "lsst-ctrl-bps-parsl"
description = "Parsl-based plugin for lsst-ctrl-bps."
license = {text = "GPLv3+ License"}
license = {text = "BSD 3-Clause License"}
readme = "README.md"
authors = [
{name="Rubin Observatory Data Management", email="dm-admin@lists.lsst.org"},
]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
Expand All @@ -39,7 +39,7 @@ where = ["python"]

[tool.setuptools]
zip-safe = true
license-files = ["COPYRIGHT", "LICENSE"]
license-files = ["COPYRIGHT", "LICENSE", "bsd_license.txt", "gpl-v3.0.txt"]

[tool.setuptools.package-data]
"lsst.ctrl.bps.parsl" = ["etc/*.yaml"]
Expand Down

0 comments on commit a6bf71f

Please sign in to comment.