We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a9973 commit 21c2cbcCopy full SHA for 21c2cbc
setup.py
@@ -9,10 +9,9 @@
9
LABEXTENSIONS_INSTALL_DIR = Path('share') / 'jupyter' / 'labextensions'
10
11
12
-
13
def get_data_files():
14
extension_files = [
15
- (str(LABEXTENSIONS_INSTALL_DIR / file.relative_to(LABEXTENSIONS_DIR)), [str(file)])
+ (str(LABEXTENSIONS_INSTALL_DIR / file.relative_to(LABEXTENSIONS_DIR).parent), [str(file)])
16
for file in LABEXTENSIONS_DIR.rglob("*.*")
17
]
18
0 commit comments