We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecebf02 commit 3b2a198Copy full SHA for 3b2a198
1 file changed
setup.py
@@ -76,6 +76,7 @@ def _get_version():
76
77
return ".".join(list(filter(lambda x: x.isdigit(), extracted.split("."))))
78
79
+
80
def _get_long_description():
81
"""
82
This function return the long description.
@@ -87,6 +88,7 @@ def _get_long_description():
87
88
except (IOError, ImportError):
89
return open("README.md", encoding="utf-8").read()
90
91
92
setup(
93
name="domain2idna",
94
version=_get_version(),
0 commit comments