Skip to content

Commit cb05b4a

Browse files
authored
Merge pull request #183 from lsst-sqre/tickets/DM-50042
DM-50042: Adopt PEP 639 license expressions
2 parents 18e8c71 + 3e8ac09 commit cb05b4a

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
33
name = "datalinker"
44
description = "Service and data discovery for Rubin Science Platform"
5-
license = {file = "LICENSE"}
5+
license = "MIT"
6+
license-files = ["LICENSE"]
67
readme = "README.md"
7-
keywords = [
8-
"rubin",
9-
"lsst",
10-
]
8+
keywords = ["rubin", "lsst"]
119
# https://pypi.org/classifiers/
1210
classifiers = [
1311
"Development Status :: 5 - Production/Stable",
14-
"License :: OSI Approved :: MIT License",
1512
"Programming Language :: Python",
1613
"Programming Language :: Python :: 3",
1714
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)