We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597eb90 commit 16eb279Copy full SHA for 16eb279
2 files changed
setup.py
@@ -16,8 +16,8 @@
16
17
setup(
18
name="swibots",
19
- version="1.4.57",
20
- packages=find_packages(exclude=["samples", "bots_impl", "docs"]),
+ version="1.4.60",
+ packages=find_packages(include=['swibots']),
21
long_description=long_description,
22
long_description_content_type="text/markdown",
23
url="https://github.com/switchcollab/Switch-Bots-Python-Library",
0 commit comments