Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Include `cachier.scripts` explicitly in packages.
  • Loading branch information
thewchan authored and lordjabez committed Mar 23, 2023
1 parent 6b82414 commit d1578e6
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 @@ -44,7 +44,7 @@
author='Shay Palachy',
author_email='[email protected]',
url='https://github.com/python-cachier/cachier',
packages=['cachier'],
packages=['cachier', 'cachier.scripts'],
entry_points='''
[console_scripts]
cachier=cachier.scripts.cli:cli
Expand Down

0 comments on commit d1578e6

Please sign in to comment.