Skip to content

Commit 39e7049

Browse files
committed
Update setup.py to point to new repo.
1 parent 789c0d4 commit 39e7049

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
@@ -14,7 +14,7 @@ def read(fname):
1414
author = "Brian Brazil",
1515
author_email = "brian.brazil@gmail.com",
1616
description = ("Python client for the Prometheus monitoring system."),
17-
long_description = ("See https://github.com/brian-brazil/client_python/blob/master/README.md for documentation."),
17+
long_description = ("See https://github.com/prometheus/client_python/blob/master/README.md for documentation."),
1818
license = "Apache Software License 2.0",
1919
keywords = "prometheus monitoring instrumentation client",
2020
url = "https://github.com/prometheus/client_python",

0 commit comments

Comments
 (0)