diff --git a/setup.py b/setup.py index 99081ef4..ac41ede7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ keywords = "prometheus monitoring instrumentation client", url = "https://github.com/prometheus/client_python", packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted'], - extras_requires={ + extras_require={ 'twisted': ['twisted'], }, test_suite="tests",