From f78b0fff73bd21aab8485a3960aa08f155f5bed3 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 26 Feb 2019 10:11:54 -0500 Subject: Fix typo in extras_require --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit v1.2.1