mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-09 05:44:39 +00:00
Support custom stylesheets: /etc/butterfly/style.[s]css and ~/.butterfly/style.[s]css with scss import support. References #20
This commit is contained in:
5
setup.py
5
setup.py
@@ -27,10 +27,11 @@ options = dict(
|
||||
install_requires=["tornado>=3.2", "pyOpenSSL"],
|
||||
package_data={
|
||||
'butterfly': [
|
||||
'scss/*.scss',
|
||||
'static/fonts/*',
|
||||
'static/images/favicon.png',
|
||||
'static/stylesheets/main.css',
|
||||
'static/javascripts/main.js',
|
||||
'static/main.css',
|
||||
'static/main.min.js',
|
||||
'templates/index.html'
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user