summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-02-26 11:24:41 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-02-26 11:24:41 -0500
commit8d7024936597d6a87c524f315406ae1421c87a91 (patch)
tree85fbfb1dce521fadccb47af3a1d0db5aa9d6884d
parentd9d4c8bd580ee38745bb741b2d8087c5c41c8eac (diff)
downloadpytest-runner-8d7024936597d6a87c524f315406ae1421c87a91.tar.gz
tabs to spaces
-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,
)