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): ...@@ -49,7 +49,7 @@ class InstallCommand(_install):
setup( setup(
name="aisbf", name="aisbf",
version="0.4.0", version="0.5.0",
author="AISBF Contributors", author="AISBF Contributors",
author_email="stefy@nexlab.net", 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", 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( ...@@ -98,6 +98,13 @@ setup(
'aisbf/context.py', 'aisbf/context.py',
'aisbf/utils.py', 'aisbf/utils.py',
'aisbf/database.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 # Install dashboard templates
('share/aisbf/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