From 7cb57e206fe148d544f5167a35bd02eadeca495f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 29 Nov 2015 19:04:19 +0100 Subject: README: mkd -> rst pypi only renders reStructuredText. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1bfab2ba..c4bbb8cf 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from netlib import version here = os.path.abspath(os.path.dirname(__file__)) -with open(os.path.join(here, 'README.mkd'), encoding='utf-8') as f: +with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read() deps = { -- cgit v1.2.3