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, )