mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-30 01:10:23 +00:00
include .json file in flaml.default package
This commit is contained in:
parent
c35b844030
commit
d747800509
4
setup.py
4
setup.py
@ -33,6 +33,10 @@ setuptools.setup(
|
||||
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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user