Skip to content

Commit 5093c59

Browse files
committed
Fix 0.3.0 regression, install qfieldcloud-cli as executable
1 parent c37eda0 commit 5093c59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
package_dir={"": "src"},
3131
packages=setuptools.find_packages(where="src"),
3232
python_requires=">=3.6",
33+
scripts=["src/bin/qfieldcloud-cli"],
3334
)

0 commit comments

Comments
 (0)