fix: final review — atomic sqlite seq, remove shims and legacy types, cleanup
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "agentmsgs"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "lda", email = "[email protected]" }
|
||||
]
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
|
||||
[project.scripts]
|
||||
agentmsgs = "agentmsgs:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.12.3,<0.13.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=9.1.1",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
Reference in New Issue
Block a user