We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48aaef8 commit acb75fcCopy full SHA for acb75fc
pyproject.toml
@@ -8,14 +8,13 @@ dynamic = ["version"]
8
description = "Wrapper module for the OpenCage Geocoder API"
9
readme = "README.md"
10
requires-python = ">=3.9"
11
-license = {text = "BSD"}
+license = "BSD-3-Clause"
12
authors = [{name = "OpenCage GmbH", email = "info@opencagedata.com"}]
13
keywords = ["geocoding", "geocoder"]
14
classifiers = [
15
"Environment :: Web Environment",
16
"Development Status :: 5 - Production/Stable",
17
"Intended Audience :: Developers",
18
- "License :: OSI Approved :: BSD License",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python :: 3 :: Only",
21
"Programming Language :: Python :: 3.9",
0 commit comments