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.
2 parents be6d80d + e97b05d commit 2eaf23eCopy full SHA for 2eaf23e
setup.py
@@ -64,13 +64,14 @@
64
65
66
this_directory = os.path.abspath(os.path.dirname(__file__))
67
-with open(os.path.join(this_directory, "README.md")) as f:
+with open(os.path.join(this_directory, "README.md"), "r", encoding="utf-8") as f:
68
long_description = f.read()
69
70
71
setup(
72
name=__lib_name__,
73
version=__version__,
74
+ author="Ash Vardanian",
75
description="Crunch 100+ GB Strings in Python with ease",
76
long_description=long_description,
77
long_description_content_type="text/markdown",
0 commit comments