Skip to content

Commit

Permalink
Fixed issue #22 where Icons folder were not found because is wasn't i…
Browse files Browse the repository at this point in the history
…n package.
  • Loading branch information
David Pratmarty committed Mar 27, 2021
1 parent 9f56f94 commit 9980a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pywinauto_recorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Pywinauto recorder uses accessibility technologies via the Pywinauto_ library.
"""

__version__ = "0.3.9"
__version__ = "0.4.0"

from .player import *
from .recorder import Recorder
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ def setup_path(path=""):
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: User Interfaces',
'Topic :: Software Development :: Quality Assurance',
]
],
include_package_data=True,
package_data={'': ['Icons/*.ico']},
)

0 comments on commit 9980a16

Please sign in to comment.