We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efd9c commit 012faa6Copy full SHA for 012faa6
autogen/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.0"
+__version__ = "0.1.1rc1"
setup.py
@@ -30,11 +30,11 @@
30
long_description=long_description,
31
long_description_content_type="text/markdown",
32
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,
+ packages=setuptools.find_packages(include=["autogen*"], exclude=["test"]),
+ # package_data={
+ # "autogen.default": ["*/*.json"],
+ # },
+ # include_package_data=True,
38
install_requires=install_requires,
39
extras_require={
40
"test": [
0 commit comments