From e742202f631338f78fac48f7a01ce5f5673d2e02 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 6 May 2021 14:37:39 +0200 Subject: setup.py: Change description slightly and add more metadata --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 15a8372..bcd4e0a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,13 @@ setuptools.setup( version="0.0.1", author="Wolfgang Müller", author_email="wolf@oriole.systems", - description="Search Quassel logs for matching messages", + description="Search Quassel logs for matching messages and print them", + url="https://git.oriole.systems/quarg", + classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + ], packages=setuptools.find_packages(), python_requires=">=3.8", -- cgit v1.2.3-2-gb3c3