Skip to content

Commit

Permalink
include .json file in flaml.default package
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed May 31, 2022
1 parent c35b844 commit d747800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
long_description_content_type="text/markdown",
url="https://github.com/microsoft/FLAML",
packages=setuptools.find_packages(include=["flaml*"]),
package_data={
"flaml.default": ["*/*.json"],
},
include_package_data=True,
install_requires=install_requires,
extras_require={
"notebook": [
Expand Down

0 comments on commit d747800

Please sign in to comment.