12 lines
335 B
Diff
12 lines
335 B
Diff
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -261,7 +261,7 @@ setup(
|
||
|
'vispy/static/index.js',
|
||
|
'vispy/static/index.js.map',
|
||
|
]),
|
||
|
- ('etc/jupyter/nbconfig/notebook.d', ['vispy.json']),
|
||
|
+ ('/etc/jupyter/nbconfig/notebook.d', ['vispy.json']),
|
||
|
],
|
||
|
include_package_data=True,
|
||
|
package_data={
|