Skip to content

Commit

Permalink
Merge pull request #932 from mil-tokyo/931
Browse files Browse the repository at this point in the history
Fix "values of 'package_data' dict" must be a list of strings (got '*…
  • Loading branch information
milhidaka authored Jan 17, 2020
2 parents 553e3b9 + 0e4ff5a commit 166233f
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 @@ -16,7 +16,7 @@
python_requires=">=3.6",
package_dir={"": "src/graph_transpiler"},
packages=find_packages("src/graph_transpiler"),
package_data={"": "*.js"}, install_requires=['numpy'],
package_data={"": ["*.js"]}, install_requires=['numpy'],
url="https://github.com/mil-tokyo/webdnn",
description=package_info["description"],
author=package_info["author"]["name"],
Expand Down

0 comments on commit 166233f

Please sign in to comment.