From 222a03d9867f5e6b29c7102e76215d552a7ca2fb Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 7 Jun 2023 13:23:53 +0200 Subject: [PATCH] Updated author data and development status --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 395e1724..cfee02ab 100755 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setup( url='https://code.schleswig-holstein.de/opendata/ckanext-odsh', # Author details - author='''HITeC e.V.''', - author_email='''''', + author='''Open-Data Schleswig-Holstein''', + author_email='''opendata@lr.landsh.de''', # Choose your license license='AGPL', @@ -36,7 +36,7 @@ setup( # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', # Pick your license as you wish (should match "license" above) 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', -- GitLab