Skip to content
Snippets Groups Projects
Commit 2cfdb495 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update name to prevent pypi conflicts

parent 57e83a77
Branches
Tags 0.1.0
No related merge requests found
...@@ -17,7 +17,7 @@ sys.path.insert(0, os.path.abspath('../..')) ...@@ -17,7 +17,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'py-dbc' project = 'py-dbcn'
copyright = '2022, Brandon Rodriguez' copyright = '2022, Brandon Rodriguez'
author = 'Brandon Rodriguez' author = 'Brandon Rodriguez'
......
...@@ -3,7 +3,7 @@ requires = ['setuptools>=40.8.0', 'wheel'] ...@@ -3,7 +3,7 @@ requires = ['setuptools>=40.8.0', 'wheel']
build-backend = 'setuptools.build_meta:__legacy__' build-backend = 'setuptools.build_meta:__legacy__'
[project] [project]
name = "py-dbc" name = "py-dbcn"
version = "0.1.0" version = "0.1.0"
description = "Connector for Pythonic interaction with multiple database types." description = "Connector for Pythonic interaction with multiple database types."
readme = "readme.md" readme = "readme.md"
......
# Pythonic Database Connector # Pythonic Database Connector
(py-dbc) (py-dbcn)
## Description ## Description
......
[metadata] [metadata]
name = py-dbc name = py-dbcn
version = 0.1.0 version = 0.1.0
description = Connector for Pythonic interaction with multiple database types. description = Connector for Pythonic interaction with multiple database types.
long_description = file: readme.md long_description = file: readme.md
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment