Skip to content

Commit

Permalink
find packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Apr 25, 2021
1 parent 5b04915 commit d86df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description = long_description,
long_description_content_type ="text/markdown",
# packages = find_packages(),
packages=['cli'],
packages=find_packages(),
entry_points ={
'console_scripts': [
'rcpchgrowth-cli = cli.__main__:methods'
Expand Down

0 comments on commit d86df6d

Please sign in to comment.