Skip to content

Commit

Permalink
Bug in python package fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Feb 4, 2024
1 parent f9f44b5 commit 60aaf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## v0.1.3 Bug fixed in python package
## v0.1.4 Bug fixed in python package
* Bug in python package fixed

## v0.1.1 Bug Fix and values in log view
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@

setup(
name='eo-man',
version='0.1.3',
version='0.1.4',
package_dir={'eo-man':"eo-man"},
# packages=find_packages("./eo-man"),
#package_data={'': ['*.png']},
package_data={'': ['icons/*']},
package=["eo-man"],
include_package_data=True,
install_requires=required,
Expand Down

0 comments on commit 60aaf00

Please sign in to comment.