Make setup.py compliance for pypi.org
This commit is contained in:
3
setup.py
3
setup.py
@@ -14,6 +14,7 @@ setup(name = "pyheadermilter",
|
|||||||
url = "https://github.com/spacefreak86/pyheader-milter",
|
url = "https://github.com/spacefreak86/pyheader-milter",
|
||||||
packages = ["pyheadermilter"],
|
packages = ["pyheadermilter"],
|
||||||
long_description = read_file("README.md"),
|
long_description = read_file("README.md"),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
classifiers = [
|
classifiers = [
|
||||||
# 3 - Alpha
|
# 3 - Alpha
|
||||||
# 4 - Beta
|
# 4 - Beta
|
||||||
@@ -23,7 +24,7 @@ setup(name = "pyheadermilter",
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Topic :: Communications :: Email :: Header"
|
"Topic :: Communications :: Email :: Filters"
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
|||||||
Reference in New Issue
Block a user