Skip to content

Commit

Permalink
Static folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amith Koujalgi committed Oct 25, 2023
1 parent d680ba8 commit bf36716
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 @@ -49,7 +49,7 @@ def get_description() -> str:
author_email='[email protected]',
packages=find_packages(include=['sys_stats', 'sys_stats.api']),
package_data={
'sys_stats': ['static/**/*'],
'sys_stats': ['static/*', 'static/**/*'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit bf36716

Please sign in to comment.