diff --git a/docs/source/conf.py b/docs/source/conf.py
index ab9ca25fa9c91d9dcfd4e816c5e86796dd3eec37..2d6cf6258ad672c41d8b6125666be68b68b6e857 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -17,7 +17,7 @@ sys.path.insert(0, os.path.abspath('../..'))
 
 # -- Project information -----------------------------------------------------
 
-project = 'py-dbc'
+project = 'py-dbcn'
 copyright = '2022, Brandon Rodriguez'
 author = 'Brandon Rodriguez'
 
diff --git a/pyproject.toml b/pyproject.toml
index 0a92f1b806ac86188442906e1486cc606682a594..5a0d35e001c60386cf6ba8996127e3b29dd05f5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ['setuptools>=40.8.0', 'wheel']
 build-backend = 'setuptools.build_meta:__legacy__'
 
 [project]
-name = "py-dbc"
+name = "py-dbcn"
 version = "0.1.0"
 description = "Connector for Pythonic interaction with multiple database types."
 readme = "readme.md"
diff --git a/readme.md b/readme.md
index effc38aa159dcc4ce6888e1dd60e3e25c07aa55a..5ec0a737c85486a96272f323efe73ddb9653448e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
 # Pythonic Database Connector
-(py-dbc)
+(py-dbcn)
 
 
 ## Description
diff --git a/setup.cfg b/setup.cfg
index 6b3df81da341ad697670546ce38823606e910a0e..0ba674c571f02746900c273fd5bd83ca077dd90c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-name = py-dbc
+name = py-dbcn
 version = 0.1.0
 description = Connector for Pythonic interaction with multiple database types.
 long_description = file: readme.md