Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
82f4c1e3
Commit
82f4c1e3
authored
Apr 11, 2026
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.99.17 - Fix missing users.html template
parent
fd228746
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
pyproject.toml
pyproject.toml
+5
-1
setup.py
setup.py
+3
-1
No files found.
pyproject.toml
View file @
82f4c1e3
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"aisbf"
version
=
"0.99.1
6
"
version
=
"0.99.1
7
"
description
=
"AISBF - AI Service Broker Framework || AI Should Be Free - A modular proxy server for managing multiple AI provider integrations"
readme
=
"README.md"
license
=
"GPL-3.0-or-later"
...
...
@@ -54,3 +54,7 @@ py-modules = ["cli"]
[tool.setuptools.package-data]
aisbf
=
[
"*.json"
,
"streaming_optimization.py"
]
[tool.setuptools.package-data.""]
templates
=
[
"**/*.html"
,
"**/*.css"
,
"**/*.js"
]
static
=
["**/*"]
setup.py
View file @
82f4c1e3
...
...
@@ -49,7 +49,7 @@ class InstallCommand(_install):
setup
(
name
=
"aisbf"
,
version
=
"0.99.1
6
"
,
version
=
"0.99.1
7
"
,
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"
,
...
...
@@ -76,6 +76,7 @@ setup(
include_package_data
=
True
,
package_data
=
{
"aisbf"
:
[
"*.json"
],
""
:
[
"templates/**/*.html"
,
"templates/**/*.css"
,
"templates/**/*.js"
,
"static/**/*"
],
},
data_files
=
[
# Install to /usr/local/share/aisbf (system-wide)
...
...
@@ -165,6 +166,7 @@ setup(
'templates/dashboard/user_autoselects.html'
,
'templates/dashboard/user_tokens.html'
,
'templates/dashboard/rate_limits.html'
,
'templates/dashboard/users.html'
,
]),
# Install static files (extension and favicon)
(
'share/aisbf/static'
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment