Commit 9de8b760 authored by Your Name's avatar Your Name

chore: add payment system packages to pyproject.toml

parent a381934b
......@@ -48,7 +48,17 @@ Documentation = "https://git.nexlab.net/nexlab/aisbf.git"
"Bug Tracker" = "https://git.nexlab.net/nexlab/aisbf.git/issues"
[tool.setuptools]
packages = ["aisbf", "aisbf.auth", "aisbf.providers", "aisbf.providers.kiro"]
packages = [
"aisbf",
"aisbf.auth",
"aisbf.providers",
"aisbf.providers.kiro",
"aisbf.payments",
"aisbf.payments.crypto",
"aisbf.payments.fiat",
"aisbf.payments.subscription",
"aisbf.payments.notifications"
]
# Note: Provider handler modules (base, google, openai, anthropic, claude, kilo, ollama, codex) are in aisbf.providers package
py-modules = ["cli"]
include-package-data = true
......
Markdown is supported
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