Skip to content

Commit 012faa6

Browse files
committed
cleanup
1 parent a3efd9c commit 012faa6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

autogen/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1rc1"

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
long_description=long_description,
3131
long_description_content_type="text/markdown",
3232
url="https://github.com/microsoft/autogen",
33-
packages=setuptools.find_packages(include=["autogen*"]),
34-
package_data={
35-
"autogen.default": ["*/*.json"],
36-
},
37-
include_package_data=True,
33+
packages=setuptools.find_packages(include=["autogen*"], exclude=["test"]),
34+
# package_data={
35+
# "autogen.default": ["*/*.json"],
36+
# },
37+
# include_package_data=True,
3838
install_requires=install_requires,
3939
extras_require={
4040
"test": [

0 commit comments

Comments
 (0)