Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Aug 18, 2024
1 parent da47822 commit 1ec4bf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
},
# include_package_data=True,
package_data={
'pywxdump': ['WX_OFFS.json'],
'pywxdump.ui': ['ui/web/*', 'ui/web/assets/*'],
"pywxdump.wx_core": ['wx_core/tools/*']
'pywxdump': ['WX_OFFS.json', 'ui/web/*', 'ui/web/assets/*', 'wx_core/tools/*',
]
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 1ec4bf5

Please sign in to comment.