Skip to content

Commit 3a94086

Browse files
author
theo
committed
include json resources
1 parent 7eeb647 commit 3a94086

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@
201201
package_dir={"": "src"},
202202
packages=find_packages("src"),
203203
package_data={
204-
"datasets": [
205-
"scripts/templates/*",
206-
],
204+
"datasets": ["scripts/templates/*", "*.json"],
207205
},
208206
entry_points={"console_scripts": ["datasets-cli=datasets.commands.datasets_cli:main"]},
209207
install_requires=REQUIRED_PKGS,

0 commit comments

Comments
 (0)