Skip to content

Commit f7f89bc

Browse files
changed author Neo Technology to Neo4j (#414)
1 parent cb650e7 commit f7f89bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656

5757
# General information about the project.
5858
project = 'Neo4j Python Driver'
59-
copyright = '2002-2020, Neo Technology'
60-
author = 'Neo Technology'
59+
copyright = '2002-2020, Neo4j'
60+
author = 'Neo4j'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
@@ -241,7 +241,7 @@
241241
# author, documentclass [howto, manual, or own class]).
242242
latex_documents = [
243243
(master_doc, 'Neo4jBoltDriverforPython.tex', 'Neo4j Bolt Driver for Python Documentation',
244-
'Neo Technology', 'manual'),
244+
'Neo4j', 'manual'),
245245
]
246246

247247
# The name of an image file (relative to this directory) to place at the top of

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"description": "Neo4j Bolt driver for Python",
5252
"license": "Apache License, Version 2.0",
5353
"long_description": readme,
54-
"author": "Neo Technology",
54+
"author": "Neo4j",
5555
"author_email": "drivers@neo4j.com",
5656
"keywords": "neo4j graph database",
5757
"url": "https://github.com/neo4j/neo4j-python-driver",

0 commit comments

Comments
 (0)