Commit 13a91a58 authored by Your Name's avatar Your Name

Fix PyPI package: include mcp.py, tor.py and kiro modules in distribution

parent fc19aae4
......@@ -49,7 +49,7 @@ class InstallCommand(_install):
setup(
name="aisbf",
version="0.4.0",
version="0.5.0",
author="AISBF Contributors",
author_email="stefy@nexlab.net",
description="AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations",
......@@ -98,6 +98,13 @@ setup(
'aisbf/context.py',
'aisbf/utils.py',
'aisbf/database.py',
'aisbf/mcp.py',
'aisbf/tor.py',
'aisbf/kiro_auth.py',
'aisbf/kiro_converters.py',
'aisbf/kiro_converters_openai.py',
'aisbf/kiro_models.py',
'aisbf/kiro_utils.py',
]),
# Install dashboard templates
('share/aisbf/templates', [
......
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