diff options
Diffstat (limited to '')
-rw-r--r-- | setup.py | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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", |