summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2019-02-26 10:11:54 -0500
committerMatthew Treinish <mtreinish@kortar.org>2019-12-15 14:26:36 -0500
commitf78b0fff73bd21aab8485a3960aa08f155f5bed3 (patch)
tree9d42de74d29ed8f7d150bde13aa40a8a732f14ed
parentab5dc63c2722afa17fb397e0ee28a6274ec96b3e (diff)
downloadsubunit-git-f78b0fff73bd21aab8485a3960aa08f155f5bed3.tar.gz
Fix typo in extras_require
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c8d246..bb2bcfb 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
'hypothesis',
'testscenarios',
],
- extras_requires={
+ extras_require={
'docs': ['docutils'],
'test': ['fixtures', 'testscenarios'],
'test:python_version!="3.2"': ['hypothesis'],