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 d04f4e0 commit e57ff45Copy full SHA for e57ff45
setup.py
@@ -17,7 +17,7 @@ def read(fname):
17
long_description = ("See https://github.com/brian-brazil/client_python/blob/master/README.md for documentation."),
18
license = "Apache Software License 2.0",
19
keywords = "prometheus monitoring instrumentation client",
20
- url = "https://github.com/brian-brazil/client_python",
+ url = "https://github.com/prometheus/client_python",
21
packages=['prometheus_client'],
22
test_suite="tests",
23
classifiers=[
0 commit comments