From 14a851e5ba5bf3555566ce33fbd3831e02343301 Mon Sep 17 00:00:00 2001 From: Michael Chestnut Date: Mon, 28 Jun 2021 15:45:01 -0500 Subject: [PATCH] change link to docs in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2997b26..a047ce5 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ REPOSITORY = "https://github.com/PingThingsIO/btrdb-python" PACKAGE = "btrdb" URL = "http://btrdb.io/" -DOCS_URL = "https://btrdb.readthedocs.io/en/latest/" +DOCS_URL = "https://btrdb-python.readthedocs.io/en/latest/" ## Define the keywords KEYWORDS = ('btrdb', 'berkeley', 'timeseries', 'database', 'bindings' 'gRPC')