uv init, add repl code from worblehat
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "libdib"
|
||||
version = "0.1.0"
|
||||
description = "Common logic for programs running in the dibbler terminal"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Programvareverkstedet", email = "pvv@pvv.ntnu.no" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"sqlalchemy>=2.0.39",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
Reference in New Issue
Block a user