diff --git a/docs/source/conf.py b/docs/source/conf.py index e221fcb..79f76de 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, Ping Things, Inc.' +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/"