We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1e4426 + 8fcc6bb commit 530411fCopy full SHA for 530411f
setup.py
@@ -12,7 +12,7 @@
12
keywords = "prometheus monitoring instrumentation client",
13
url = "https://github.com/prometheus/client_python",
14
packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted'],
15
- extras_requires={
+ extras_require={
16
'twisted': ['twisted'],
17
},
18
test_suite="tests",
0 commit comments