We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f791d commit 0426033Copy full SHA for 0426033
cli/setup.py
@@ -25,6 +25,7 @@
25
version=metadata["version"],
26
description=metadata["description"],
27
python_requires=options["python_requires"],
28
- packages=["."],
+ packages=["cli"],
29
+ package_dir={"cli": "."},
30
entry_points=entry_points,
31
)
0 commit comments