Skip to content

Commit

Permalink
fix pip deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bertaveira committed Mar 22, 2024
1 parent d2c48ee commit fbdd104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
packages=["cli"],
package_data={'': ['data.json']},
include_package_data=True,
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=[
"click",
"termcolor",
Expand Down

0 comments on commit fbdd104

Please sign in to comment.