Skip to content

Commit 6a20481

Browse files
committed
fix: add missing package.json to .whl
JIRA: PSDK-192
1 parent 8119f3e commit 6a20481

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)