Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711130
D14258.id41408.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
772 B
Subscribers
None
D14258.id41408.diff
View Options
diff --git a/electrum/MANIFEST.in b/electrum/MANIFEST.in
--- a/electrum/MANIFEST.in
+++ b/electrum/MANIFEST.in
@@ -2,7 +2,7 @@
# but for now we keep it to avoid hacks such as copying the file in
# contrib/make_linux_sdist
include LICENCE RELEASE-NOTES.md AUTHORS
-include README.rst
+include README.md
include electrum-abc.desktop
include *.py
include electrum-abc
diff --git a/electrum/setup.py b/electrum/setup.py
--- a/electrum/setup.py
+++ b/electrum/setup.py
@@ -11,7 +11,7 @@
import setuptools.command.sdist
from setuptools import setup
-with open("README.rst", "r", encoding="utf-8") as f:
+with open("README.md", "r", encoding="utf-8") as f:
long_description = f.read()
with open("contrib/requirements/requirements.txt", encoding="utf-8") as f:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:35 (3 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573283
Default Alt Text
D14258.id41408.diff (772 B)
Attached To
D14258: [electrum] README.md follow-ups
Event Timeline
Log In to Comment