Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc4e384

Browse files
committed
setupext: fix missing js files for web_backend
When the js files were moved to a subdirectory 'js' in 86ac6ce, the files were never installed in a traditional 'python setup.py install' manner. This should fix that problem.
1 parent ea16202 commit fc4e384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ def get_package_data(self):
744744
'mpl-data/example/*.npy',
745745
'mpl-data/matplotlibrc',
746746
'backends/web_backend/*.*',
747+
'backends/web_backend/js/*.*',
747748
'backends/web_backend/jquery/js/*.min.js',
748749
'backends/web_backend/jquery/css/themes/base/*.min.css',
749750
'backends/web_backend/jquery/css/themes/base/images/*',

0 commit comments

Comments
 (0)