From 773984026bf2b8e90139a9592193f598f46c4e0c Mon Sep 17 00:00:00 2001 From: vschaffn Date: Thu, 24 Oct 2024 14:20:37 +0200 Subject: [PATCH] docs: modify license in setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c63f8cc7..e2f25ff5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description = Analysis of digital elevation models (DEMs) keywords = dem, elevation, geoutils, xarray long_description = file: README.md long_description_content_type = text/markdown -license = MIT +license = Apache 2.0 license_files = LICENSE platform = any classifiers = @@ -14,7 +14,7 @@ classifiers = Intended Audience :: Developers Intended Audience :: Science/Research Natural Language :: English - License :: OSI Approved :: MIT License + License :: OSI Approved :: Apache License 2.0 Operating System :: OS Independent Topic :: Scientific/Engineering :: GIS Topic :: Scientific/Engineering :: Image Processing