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
18da1eed
Commit
18da1eed
authored
May 10, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: sync PyPI packaging entries for studio assets
parent
12d3e304
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
26 deletions
+29
-26
setup.py
setup.py
+29
-26
aisbf-oauth2-extension.zip
static/aisbf-oauth2-extension.zip
+0
-0
No files found.
setup.py
View file @
18da1eed
...
...
@@ -161,6 +161,7 @@ setup(
# Main aisbf module files
(
'share/aisbf/aisbf'
,
[
'aisbf/__init__.py'
,
'aisbf/studio.py'
,
'aisbf/config.py'
,
'aisbf/models.py'
,
'aisbf/handlers.py'
,
...
...
@@ -282,47 +283,49 @@ setup(
]),
# Install dashboard templates
(
'share/aisbf/templates'
,
[
'templates/404.html'
,
'templates/base.html'
,
'templates/blocked.html'
,
]),
(
'share/aisbf/templates/dashboard'
,
[
'templates/dashboard/admin_payment_settings.html'
,
'templates/dashboard/admin_tier_form.html'
,
'templates/dashboard/admin_tiers.html'
,
'templates/dashboard/analytics.html'
,
'templates/dashboard/autoselect.html'
,
'templates/dashboard/billing.html'
,
'templates/dashboard/cache_settings.html'
,
'templates/dashboard/change_email.html'
,
'templates/dashboard/change_password.html'
,
'templates/dashboard/delete_account.html'
,
'templates/dashboard/docs.html'
,
'templates/dashboard/login.html'
,
'templates/dashboard/index.html'
,
'templates/dashboard/edit_config.html'
,
'templates/dashboard/settings.html'
,
'templates/dashboard/profile.html'
,
'templates/dashboard/prompts.html'
,
'templates/dashboard/providers.html'
,
'templates/dashboard/pricing.html'
,
'templates/dashboard/paypal_connect.html'
,
'templates/dashboard/error.html'
,
'templates/dashboard/forgot_password.html'
,
'templates/dashboard/rate_limits.html'
,
'templates/dashboard/reset_password.html'
,
'templates/dashboard/response_cache.html'
,
'templates/dashboard/rotations.html'
,
'templates/dashboard/autoselect.html'
,
'templates/dashboard/prompts.html'
,
'templates/dashboard/docs.html'
,
'templates/dashboard/analytics.html'
,
'templates/dashboard/settings.html'
,
'templates/dashboard/signup.html'
,
'templates/dashboard/studio.html'
,
'templates/dashboard/subscription.html'
,
'templates/dashboard/usage.html'
,
'templates/dashboard/user_autoselects.html'
,
'templates/dashboard/user_index.html'
,
'templates/dashboard/user_providers.html'
,
'templates/dashboard/user_rotations.html'
,
'templates/dashboard/user_autoselects.html'
,
'templates/dashboard/user_tokens.html'
,
'templates/dashboard/rate_limits.html'
,
'templates/dashboard/response_cache.html'
,
'templates/dashboard/users.html'
,
'templates/dashboard/signup.html'
,
'templates/dashboard/users.html'
,
'templates/dashboard/verify.html'
,
'templates/dashboard/forgot_password.html'
,
'templates/dashboard/reset_password.html'
,
'templates/dashboard/profile.html'
,
'templates/dashboard/change_password.html'
,
'templates/dashboard/change_email.html'
,
'templates/dashboard/delete_account.html'
,
'templates/dashboard/admin_tiers.html'
,
'templates/dashboard/admin_tier_form.html'
,
'templates/dashboard/admin_payment_settings.html'
,
'templates/dashboard/pricing.html'
,
'templates/dashboard/subscription.html'
,
'templates/dashboard/billing.html'
,
'templates/dashboard/paypal_connect.html'
,
'templates/dashboard/cache_settings.html'
,
'templates/dashboard/wallet.html'
,
'templates/dashboard/usage.html'
,
'templates/dashboard/error.html'
,
]),
# Install static files (extension and favicon)
(
'share/aisbf/static'
,
[
...
...
static/aisbf-oauth2-extension.zip
View file @
18da1eed
No preview for this file type
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