1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/testing/py3-easygui/readme.patch
2021-06-22 11:40:55 +00:00

11 lines
335 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
from os import path
this_directory = path.abspath(path.dirname(__file__))
-with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
+with open(path.join(this_directory, 'README.txt'), encoding='utf-8') as f:
long_description = f.read()
distutils.core.setup(