8000 Add 'handlers' package to distribution. · pythonAI/client_python@0c1220a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c1220a

Browse files
committed
Add 'handlers' package to distribution.
1 parent 5914671 commit 0c1220a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
license = "Apache Software License 2.0",
1212
keywords = "prometheus monitoring instrumentation client",
1313
url = "https://github.com/prometheus/client_python",
14-
packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted'],
14+
packages=['prometheus_client', 'prometheus_client.bridge', 'prometheus_client.twisted', 'prometheus_client.handlers'],
1515
extras_requires={
1616
'twisted': ['twisted'],
1717
},

0 commit comments

Comments
 (0)
0