mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-22 21:40:47 +00:00
cleanup
This commit is contained in:
parent
a3efd9cecd
commit
012faa60e2
@ -1 +1 @@
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1rc1"
|
||||
|
10
setup.py
10
setup.py
@ -30,11 +30,11 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/microsoft/autogen",
|
||||
packages=setuptools.find_packages(include=["autogen*"]),
|
||||
package_data={
|
||||
"autogen.default": ["*/*.json"],
|
||||
},
|
||||
include_package_data=True,
|
||||
packages=setuptools.find_packages(include=["autogen*"], exclude=["test"]),
|
||||
# package_data={
|
||||
# "autogen.default": ["*/*.json"],
|
||||
# },
|
||||
# include_package_data=True,
|
||||
install_requires=install_requires,
|
||||
extras_require={
|
||||
"test": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user