8000 Fix install paths · matplotlib/matplotlib@22af264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22af264

Browse files
committed
Fix install paths
1 parent 3f76b21 commit 22af264

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
'mpl-data/sample_data/*.*',
119119
'mpl-data/sample_data/axes_grid/*.*',
120120
'backends/Matplotlib.nib/*',
121-
'backends/web_static/*.*',
122-
'backends/web_static/jquery/js/*',
123-
'backends/web_static/jquery/css/themes/base/*.*',
124-
'backends/web_static/jquery/css/themes/base/images/*',
125-
'backends/web_static/css/*.*',
126-
121+
'backends/web_backend/*.*',
122+
'backends/web_backend/jquery/js/*',
123+
'backends/web_backend/jquery/css/themes/base/*.*',
124+
'backends/web_backend/jquery/css/themes/base/images/*',
125+
'backends/web_backend/css/*.*',
126+
127127
]}
128128

129129
package_dir = {'': 'lib'}

0 commit comments

Comments
 (0)
0