Skip to content

Commit 53948f3

Browse files
committed
Split __init__.py into separate files.
1 parent 2af5282 commit 53948f3

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'],
14+
packages=['prometheus_client', 'prometheus_client.bridge'],
1515
test_suite="tests",
1616
classifiers=[
1717
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)