Skip to content

Commit 3b2a198

Browse files
committed
Update formating
1 parent ecebf02 commit 3b2a198

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def _get_version():
7676

7777
return ".".join(list(filter(lambda x: x.isdigit(), extracted.split("."))))
7878

79+
7980
def _get_long_description():
8081
"""
8182
This function return the long description.
@@ -87,6 +88,7 @@ def _get_long_description():
8788
except (IOError, ImportError):
8889
return open("README.md", encoding="utf-8").read()
8990

91+
9092
setup(
9193
name="domain2idna",
9294
version=_get_version(),

0 commit comments

Comments
 (0)