python-hypothesis/python-hypothesis-build.patch
2017-12-15 10:35:26 +00:00

11 lines
461 B
Diff

diff -Pdpru hypothesis-python-3.42.2.orig/setup.py hypothesis-python-3.42.2/setup.py
--- hypothesis-python-3.42.2.orig/setup.py 2017-12-12 04:59:10.000000000 +0100
+++ hypothesis-python-3.42.2/setup.py 2017-12-15 09:54:26.188604599 +0100
@@ -95,5 +95,5 @@ setup(
entry_points={
'pytest11': ['hypothesispytest = hypothesis.extra.pytestplugin'],
},
- long_description=open(README).read(),
+ long_description=open("README.rst").read(),
)