fix: sync PyPI packaging entries for studio assets

parent 12d3e304
...@@ -161,6 +161,7 @@ setup( ...@@ -161,6 +161,7 @@ setup(
# Main aisbf module files # Main aisbf module files
('share/aisbf/aisbf', [ ('share/aisbf/aisbf', [
'aisbf/__init__.py', 'aisbf/__init__.py',
'aisbf/studio.py',
'aisbf/config.py', 'aisbf/config.py',
'aisbf/models.py', 'aisbf/models.py',
'aisbf/handlers.py', 'aisbf/handlers.py',
...@@ -282,47 +283,49 @@ setup( ...@@ -282,47 +283,49 @@ setup(
]), ]),
# Install dashboard templates # Install dashboard templates
('share/aisbf/templates', [ ('share/aisbf/templates', [
'templates/404.html',
'templates/base.html', 'templates/base.html',
'templates/blocked.html', 'templates/blocked.html',
]), ]),
('share/aisbf/templates/dashboard', [ ('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/login.html',
'templates/dashboard/index.html', 'templates/dashboard/index.html',
'templates/dashboard/edit_config.html', 'templates/dashboard/edit_config.html',
'templates/dashboard/settings.html', 'templates/dashboard/profile.html',
'templates/dashboard/prompts.html',
'templates/dashboard/providers.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/rotations.html',
'templates/dashboard/autoselect.html', 'templates/dashboard/settings.html',
'templates/dashboard/prompts.html', 'templates/dashboard/signup.html',
'templates/dashboard/docs.html', 'templates/dashboard/studio.html',
'templates/dashboard/analytics.html', 'templates/dashboard/subscription.html',
'templates/dashboard/usage.html',
'templates/dashboard/user_autoselects.html',
'templates/dashboard/user_index.html', 'templates/dashboard/user_index.html',
'templates/dashboard/user_providers.html', 'templates/dashboard/user_providers.html',
'templates/dashboard/user_rotations.html', 'templates/dashboard/user_rotations.html',
'templates/dashboard/user_autoselects.html',
'templates/dashboard/user_tokens.html', 'templates/dashboard/user_tokens.html',
'templates/dashboard/rate_limits.html', 'templates/dashboard/users.html',
'templates/dashboard/response_cache.html',
'templates/dashboard/users.html',
'templates/dashboard/signup.html',
'templates/dashboard/verify.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/wallet.html',
'templates/dashboard/usage.html',
'templates/dashboard/error.html',
]), ]),
# Install static files (extension and favicon) # Install static files (extension and favicon)
('share/aisbf/static', [ ('share/aisbf/static', [
......
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