mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 01:05:15 +03:00
.. | ||
APKBUILD | ||
readme.patch |
--- 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(