Skip to content

Commit 934952e

Browse files
committed
fix data file pattern
1 parent e915146 commit 934952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
(
9999
"etc/jupyter",
100100
"jupyter-config",
101-
"**/*.json",
101+
"**",
102102
),
103103
]
104104

0 commit comments

Comments
 (0)