Skip to content

Commit 4f1468e

Browse files
committed
fix manifest
Signed-off-by: Elron Bandel <[email protected]>
1 parent d43ed03 commit 4f1468e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include src/unitxt/catalog/*.json
1+
recursive-include src/unitxt/catalog *.json
22
include src/unitxt/ui/banner.png

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
url="https://github.com/ibm/unitxt",
4646
packages=setuptools.find_packages("src"),
4747
package_dir={"": "src"},
48+
include_package_data=True,
4849
package_data={"unitxt": ["catalog/*.json", "ui/banner.png"]},
4950
classifiers=[
5051
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)