Skip to content

Commit acb75fc

Browse files
committed
specify license in SPDX expression format
1 parent 48aaef8 commit acb75fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ dynamic = ["version"]
88
description = "Wrapper module for the OpenCage Geocoder API"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = {text = "BSD"}
11+
license = "BSD-3-Clause"
1212
authors = [{name = "OpenCage GmbH", email = "info@opencagedata.com"}]
1313
keywords = ["geocoding", "geocoder"]
1414
classifiers = [
1515
"Environment :: Web Environment",
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: BSD License",
1918
"Operating System :: OS Independent",
2019
"Programming Language :: Python :: 3 :: Only",
2120
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)