From 6d478f4bfd4c3deea094d07427ef9fae8cf8068c Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 21 Jan 2022 12:14:26 +0100
Subject: [PATCH] DOC: More info for pip.

---
 setup.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/setup.py b/setup.py
index 08386555..310d7778 100755
--- a/setup.py
+++ b/setup.py
@@ -154,6 +154,15 @@ def setup_package():
         long_description_content_type="text/markdown",
         author='Timm Fitschen',
         author_email='t.fitschen@indiscale.com',
+        url='https://www.caosdb.org',
+        license="AGPLv3+",
+        classifiers=[
+            "Programming Language :: Python :: 3",
+            "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
+            "Operating System :: OS Independent",
+            "Topic :: Database",
+            "Topic :: Scientific/Engineering :: Information Analysis",
+        ],
         packages=find_packages('src'),
         python_requires='>=3.6',
         package_dir={'': 'src'},
-- 
GitLab