Skip to content

Commit 56c44ca

Browse files
authored
Merge pull request #729 from hkad98/fix-cli
fix: add missing package.json to .whl
2 parents 8119f3e + 6a20481 commit 56c44ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gooddata-sdk/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
license_files=("LICENSE.txt",),
3131
install_requires=REQUIRES,
3232
packages=find_packages(exclude=["tests*"]),
33+
package_data={"gooddata_sdk.cli": ["package.json"]},
3334
python_requires=">=3.8.0",
3435
scripts=[
3536
"bin/gdc",

0 commit comments

Comments
 (0)