You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyroute2/files/pyroute2-0.5.12-readme-file...

14 lines
332 B

diff --git a/setup.py b/setup.py
index 5c387f01..b0f1449e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ module = __import__(config.get('setup', 'setuplib'),
['setup'], 0)
setup = getattr(module, 'setup')
-readme = open("README.md", "r")
+readme = open("README.rst", "r")
setup(name='pyroute2',