diff --git a/setup.py b/setup.py
index 395e17240af6ee7bd9ab705275979465a6ff8a9d..cfee02ab75b488bdb6a7903054878319e70e5b69 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+)',