diff --git a/setup.py b/setup.py index e3ef2df..fa0cb04 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ FILE_MAPPINGS = { 'retro-refresh.css': 'static/css/retro-refresh.css', 'blocks.css': 'static/css/blocks.css', 'notifications.css': 'static/css/notifications.css', + 'console.css': 'static/css/console.css', # Added console.css # JS files 'main.js': 'static/js/main.js', @@ -67,6 +68,7 @@ FILE_MAPPINGS = { 'blocks.js': 'static/js/blocks.js', 'BitcoinProgressBar.js': 'static/js/BitcoinProgressBar.js', 'notifications.js': 'static/js/notifications.js', + 'console.js': 'static/js/console.js', # Added console.js # Template files 'base.html': 'templates/base.html', @@ -76,6 +78,7 @@ FILE_MAPPINGS = { 'error.html': 'templates/error.html', 'blocks.html': 'templates/blocks.html', 'notifications.html': 'templates/notifications.html', + 'console.html': 'templates/console.html', # Added console.html } # Default configuration