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 53ff7dd commit 7d2b42fCopy full SHA for 7d2b42f
setup.py
@@ -1,12 +1,12 @@
1
from setuptools import setup
2
3
-with open("README.md", "rt") as f:
+with open("README.md", encoding="utf-8") as f:
4
readme = f.read()
5
6
setup(
7
name="myloginpath",
8
license="MIT",
9
- version="0.0.2",
+ version="0.0.3",
10
description="MySQL login path file reader",
11
long_description=readme,
12
long_description_content_type="text/markdown",
0 commit comments