Skip to content

Commit ce2485b

Browse files
committed
fix license metadata
1 parent 8a9dfa1 commit ce2485b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ authors = [
1313
maintainers = [
1414
{name = "geodatasets contributors"},
1515
]
16-
license = {text = "-Clause BSD"}
16+
license = { text = "BSD 3-Clause" }
1717
description = "Spatial data examples"
1818
readme = "README.md"
1919
classifiers = [
2020
"Intended Audience :: Science/Research",
21-
"License :: OSI Approved :: MIT License",
21+
"License :: OSI Approved :: BSD License",
2222
"Operating System :: OS Independent",
2323
"Programming Language :: Python :: 3",
2424
"Topic :: Scientific/Engineering :: GIS",

0 commit comments

Comments
 (0)