diff --git a/doc/source/conf.py b/doc/source/conf.py index af0066c4..d83a00dd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,8 +26,8 @@ # -- Project information ----------------------------------------------------- project = "xDEM" -copyright = "2020, GlacioHack" -author = "xDEM contributors" +copyright = "2024, xDEM developers" +author = "Erik Mannerfelt, Romain Hugonnet, Amaury Dehecq and others" # The full version, including alpha/beta/rc tags release = xdem.__version__ diff --git a/setup.cfg b/setup.cfg index a31d36ff..c687f654 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] -author = xDEM contributors +author = xDEM developers name = xdem version = 0.0.20 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 Software License Operating System :: OS Independent Topic :: Scientific/Engineering :: GIS Topic :: Scientific/Engineering :: Image Processing