initial commit
This commit is contained in:
23
pydb/pyproject.toml
Normal file
23
pydb/pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pydb"
|
||||
version = "0.0.1"
|
||||
authors = [
|
||||
{ name="Kyle Yasuda", email="suda@sudacode.com" },
|
||||
]
|
||||
description = "A python database wrapper"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dependencies = ["mysql-connector-python"]
|
||||
|
||||
# [project.urls]
|
||||
# "Homepage" = "https://gitea.suda.codes/sudacode/pydb"
|
||||
# "Bug Tracker" = "https://gitea.suda.codes/sudacode/pydb/issues"
|
||||
Reference in New Issue
Block a user