diff options
author | Matthew Treinish <mtreinish@kortar.org> | 2019-02-26 10:11:54 -0500 |
---|---|---|
committer | Matthew Treinish <mtreinish@kortar.org> | 2019-12-15 14:26:36 -0500 |
commit | f78b0fff73bd21aab8485a3960aa08f155f5bed3 (patch) | |
tree | 9d42de74d29ed8f7d150bde13aa40a8a732f14ed /setup.py | |
parent | ab5dc63c2722afa17fb397e0ee28a6274ec96b3e (diff) | |
download | subunit-git-f78b0fff73bd21aab8485a3960aa08f155f5bed3.tar.gz |
Fix typo in extras_require
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ setup( 'hypothesis', 'testscenarios', ], - extras_requires={ + extras_require={ 'docs': ['docutils'], 'test': ['fixtures', 'testscenarios'], 'test:python_version!="3.2"': ['hypothesis'], |