We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8119f3e commit 6a20481Copy full SHA for 6a20481
gooddata-sdk/setup.py
@@ -30,6 +30,7 @@
30
license_files=("LICENSE.txt",),
31
install_requires=REQUIRES,
32
packages=find_packages(exclude=["tests*"]),
33
+ package_data={"gooddata_sdk.cli": ["package.json"]},
34
python_requires=">=3.8.0",
35
scripts=[
36
"bin/gdc",
0 commit comments