From 2cfdb495cdca1bfdc0fdddbd36d567f73b05a43b Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 23 Jun 2022 22:55:51 -0400 Subject: [PATCH] Update name to prevent pypi conflicts --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- readme.md | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ab9ca25..2d6cf62 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 0a92f1b..5a0d35e 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 effc38a..5ec0a73 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 6b3df81..0ba674c 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 -- GitLab