Skip to content

Commit c333e88

Browse files
authored
Use SPDX specifier as license field for nats package (#749)
Signed-off-by: Waldemar Quevedo <[email protected]>
1 parent 85d8fed commit c333e88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nats/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ authors = [
1010
]
1111
description = "NATS client for Python"
1212
readme = "README.md"
13-
license = { text = "Apache 2 License" }
13+
license = "Apache-2.0"
1414
requires-python = ">=3.7"
1515
classifiers = [
16-
'License :: OSI Approved :: Apache Software License',
1716
'Intended Audience :: Developers',
1817
'Programming Language :: Python',
1918
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)