aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
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",