Skip to content

Commit

Permalink
Fix resource path for HEXRDGUI
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 19, 2023
1 parent b2f47e9 commit eb4311f
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 @@ -33,7 +33,7 @@
'Programming Language :: Python :: 3.11',
],
packages=find_packages(),
package_data={'hexrd': ['resources/**/*']},
package_data={'hexrdgui': ['resources/**/*']},
python_requires='>=3.10',
install_requires=install_reqs,
entry_points={
Expand Down

0 comments on commit eb4311f

Please sign in to comment.