Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit d86df6d

Browse files
committed
find packages
1 parent 5b04915 commit d86df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description = long_description,
1818
long_description_content_type ="text/markdown",
1919
# packages = find_packages(),
20-
packages=['cli'],
20+
packages=find_packages(),
2121
entry_points ={
2222
'console_scripts': [
2323
'rcpchgrowth-cli = cli.__main__:methods'

0 commit comments

Comments
 (0)