Removed reference to CSS

This commit is contained in:
jeffser 2024-05-23 09:40:29 -06:00
parent 541b5e032f
commit eb2379585a

View File

@ -31,8 +31,7 @@ alpaca_sources = [
'main.py',
'window.py',
'connection_handler.py',
'available_models.py',
'style.css'
'available_models.py'
]
install_data(alpaca_sources, install_dir: moduledir)