diff --git a/pyproject.toml b/pyproject.toml index 2d7954e..9840fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,12 +13,12 @@ authors = [ maintainers = [ {name = "geodatasets contributors"}, ] -license = {text = "-Clause BSD"} +license = { text = "BSD 3-Clause" } description = "Spatial data examples" readme = "README.md" classifiers = [ "Intended Audience :: Science/Research", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: GIS",