mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
11 lines
335 B
Diff
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(
|