summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 42ea451..6247cff 100644
--- a/README
+++ b/README
@@ -48,10 +48,10 @@ is invoked::
# ...
setup(
- #...
- setup_requires=[
- #... (other setup requirements)
- ] + pytest_runner,
+ #...
+ setup_requires=[
+ #... (other setup requirements)
+ ] + pytest_runner,
)