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.
1 parent 2af5282 commit 53948f3Copy full SHA for 53948f3
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'],
+ packages=['prometheus_client', 'prometheus_client.bridge'],
15
test_suite="tests",
16
classifiers=[
17
"Development Status :: 4 - Beta",
0 commit comments