Skip to content

Commit 7d2b42f

Browse files
committed
v0.0.3
1 parent 53ff7dd commit 7d2b42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup
22

3-
with open("README.md", "rt") as f:
3+
with open("README.md", encoding="utf-8") as f:
44
readme = f.read()
55

66
setup(
77
name="myloginpath",
88
license="MIT",
9-
version="0.0.2",
9+
version="0.0.3",
1010
description="MySQL login path file reader",
1111
long_description=readme,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)