mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-01 18:29:49 +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",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/microsoft/FLAML",
|
url="https://github.com/microsoft/FLAML",
|
||||||
packages=setuptools.find_packages(include=["flaml*"]),
|
packages=setuptools.find_packages(include=["flaml*"]),
|
||||||
|
package_data={
|
||||||
|
"flaml.default": ["*/*.json"],
|
||||||
|
},
|
||||||
|
include_package_data=True,
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
"notebook": [
|
"notebook": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user