Skip to content

Commit c9135cb

Browse files
author
Ke Wu
committed
fix python packing error
1 parent daf67ac commit c9135cb

File tree

3 files changed

+5
-260
lines changed

3 files changed

+5
-260
lines changed

pyproject-bnk.toml

Lines changed: 0 additions & 117 deletions
This file was deleted.

pyproject-poetry.toml

Lines changed: 0 additions & 140 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ name = "qpydao"
77
version = "0.1.0"
88
description = "qpydao is an esay database access object lib"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">3.9"
1111
dependencies = [
1212
"pydantic>=2.7.4",
1313
"alembic>=1.13.1",
1414
"sqlalchemy>=2.0.30",
1515
"sqlmodel>=0.0.19",
1616
"loguru>=0.7.2",
1717
"rich>=13.7.1",
18-
"qpyconf @ git+https://github.com/fluent-qa/qpyconf.git@main",
18+
"qpyconf",
1919
"psycopg2-binary>=2.9.10",
2020
"psycopg>=3.2.0",
2121
]
@@ -42,9 +42,11 @@ default-groups = ["dev"]
4242

4343
[tool.uv.sources]
4444
qpyci = { git = "https://github.com/fluent-qa/qpyci.git", rev = "main" }
45+
qpyconf = { git = "https://github.com/fluent-qa/qpyconf.git", rev = "main" }
4546

4647
[tool.hatch.build.targets.wheel]
47-
packages = ["qpydao"]
48+
packages = ["src/qpydao"]
49+
4850
[tool.hatch.metadata]
4951
allow-direct-references = true
5052

0 commit comments

Comments
 (0)