Skip to content

Commit

Permalink
Fix inclusion of models
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 13, 2023
1 parent 4b5458f commit 4ea9fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gifit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '0.1.0'

DISPLAY_TITLE = r"""
_ _ __ _ _
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version(rel_path: str) -> str:
]
},
package_data={
'gifit': ['models']
'gifit': ['models/*']
},
scripts=scripts
)

0 comments on commit 4ea9fbd

Please sign in to comment.