Skip to content

Commit

Permalink
dev(narugo): fix build cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Aug 5, 2024
1 parent 94b9e5d commit 7099ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include README.md
include MANIFEST.in
include requirements.txt
include requirements-*.txt
recursive-include felinewhisker *.json *.yml *.yaml *.png *.js *.css *.less
recursive-include felinewhisker *.json *.yml *.yaml *.png *.js *.css
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _load_req(file: str):
version=meta['__VERSION__'],
packages=find_packages(include=(_MODULE_NAME, "%s.*" % _MODULE_NAME)),
package_data={
package_name: ['*.yaml', '*.yml', '*.json', '*.png']
package_name: ['*.yaml', '*.yml', '*.json', '*.png', '*.js', '*.css']
for package_name in find_packages(include=('*'))
},
description=meta['__DESCRIPTION__'],
Expand Down

0 comments on commit 7099ad1

Please sign in to comment.