From e42987573bb5770f09787c9303cea7e6645ea99b Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Wed, 4 Sep 2019 15:21:44 +0200 Subject: [PATCH] Make setup.py compliance for pypi.org --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 994e092..4cb5330 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup(name = "pyquarantine", url = "https://github.com/spacefreak86/pyquarantine-milter", packages = ["pyquarantine"], long_description = read_file("README.md"), + long_description_content_type="text/markdown", classifiers = [ # 3 - Alpha # 4 - Beta @@ -23,7 +24,7 @@ setup(name = "pyquarantine", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Topic :: Communications :: Email :: Quarantine" + "Topic :: Communications :: Email :: Filters" ], entry_points = { "console_scripts": [