We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5914671 commit 0c1220aCopy full SHA for 0c1220a
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
license = "Apache Software License 2.0",
12
keywords = "prometheus monitoring instrumentation client",
13
url = "https://github.com/prometheus/client_python",
14
- packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted'],
+ packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted', 'prometheus_client.handlers'],
15
extras_requires={
16
'twisted': ['twisted'],
17
},
0 commit comments