From 80517caf7652db0988b206c840feeec175b922ed Mon Sep 17 00:00:00 2001 From: Michael Chestnut Date: Mon, 24 May 2021 12:41:01 -0500 Subject: [PATCH 1/2] modify setup and docs to use new repo --- docs/source/conf.py | 8 ++++---- setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e221fcb..cebafa7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,8 +26,8 @@ # -- Project information ----------------------------------------------------- project = 'btrdb' -copyright = '2019, Michael P. Andersen' -author = 'Michael P. Andersen' +copyright = '2021, PingThingsIO' +author = 'PingThingsIO' # The short X.Y version version = get_version() @@ -93,7 +93,7 @@ # html_theme_options = { 'show_powered_by': False, - 'github_user': 'BTrDB', + 'github_user': 'PingThingsIO', 'github_repo': 'btrdb-python', 'travis_button': False, 'github_banner': False, @@ -159,7 +159,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'btrdb-python.tex', 'btrdb-python Documentation', - 'Michael Andersen', 'manual'), + 'PingThingsIO', 'manual'), ] diff --git a/setup.py b/setup.py index 0e515f2..2997b26 100644 --- a/setup.py +++ b/setup.py @@ -29,11 +29,11 @@ ## Basic information NAME = "btrdb" DESCRIPTION = "Bindings to interact with the Berkeley Tree Database using gRPC." -AUTHOR = "Michael Andersen, Allen Leis" -EMAIL = "michael@steelcode.com" -MAINTAINER = "Michael Andersen" +AUTHOR = "PingThingsIO" +EMAIL = "support@pingthings.io" +MAINTAINER = "PingThingsIO" LICENSE = "BSD-3-Clause" -REPOSITORY = "https://github.com/BTrDB/btrdb-python" +REPOSITORY = "https://github.com/PingThingsIO/btrdb-python" PACKAGE = "btrdb" URL = "http://btrdb.io/" DOCS_URL = "https://btrdb.readthedocs.io/en/latest/" From 8529c5cd25da1b3013cc5188731d8920b194f2f7 Mon Sep 17 00:00:00 2001 From: Michael Chestnut Date: Wed, 26 May 2021 16:29:35 -0500 Subject: [PATCH 2/2] updating copyright --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cebafa7..79f76de 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # -- Project information ----------------------------------------------------- project = 'btrdb' -copyright = '2021, PingThingsIO' +copyright = '2021, Ping Things, Inc.' author = 'PingThingsIO' # The short X.Y version