Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc4e384

Browse filesBrowse 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
Copy full SHA for fc4e384

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.