Make setup.py compliance for pypi.org

This commit is contained in:
2019-09-04 15:21:44 +02:00
parent 834ab10f5a
commit e42987573b

View File

@@ -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": [