From fd5fa40452e7943bff2a2079d981be5291ae6597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zaj=C4=85c?= Date: Wed, 24 Jan 2024 09:52:46 +0100 Subject: [PATCH] Package metadata --- scan/setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scan/setup.py b/scan/setup.py index 1019dd1..7ca832c 100644 --- a/scan/setup.py +++ b/scan/setup.py @@ -13,8 +13,13 @@ description="libmailgoose - check the settings needed to protect against e-mail spoofing", author="CERT Polska", author_email="info@cert.pl", + license="BSD", url="https://github.com/CERT-Polska/mailgoose", packages=["libmailgoose"], scripts=[], + classifiers=[ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: BSD License", + ], install_requires=requires, )