From ce2485b16973842bfc53e42adcf0870b4616723b Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Sat, 30 Dec 2023 09:36:30 +0100 Subject: [PATCH] fix license metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",