Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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'),
]


Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
MAINTAINER = "Michael Andersen"
AUTHOR = "PingThingsIO"
EMAIL = "[email protected]"
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/"
Expand Down