diff --git a/setup.py b/setup.py index 083865555352a4fd06fb12b9da6f787d51510a4a..310d77786949a9bc2982936457a90d73047f2b0c 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'},