Skip to content

Commit 69c6476

Browse files
committed
Convert README format from reStructuredText to markdown
Markdown is much easier to manage and more GitHub compatible.
1 parent f7b8507 commit 69c6476

File tree

3 files changed

+2
-231
lines changed

3 files changed

+2
-231
lines changed

README.rst

Lines changed: 0 additions & 229 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description_file = README.rst
2+
description_file = README.md
33

44
[bdist_rpm]
55
release = 1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def prepare_static_build(self, build_platform):
584584
setup_reqs = ['setuptools_scm[toml]>=3.4', 'pkgconfig>=1.5.1', 'lxml>=3.8']
585585

586586

587-
with io.open('README.rst', encoding='utf-8') as f:
587+
with io.open('README.md', encoding='utf-8') as f:
588588
long_desc = f.read()
589589

590590

0 commit comments

Comments
 (0)