Skip to content

Commit 16eb279

Browse files
committed
fix: update min_file_size to 150mb
1 parent 597eb90 commit 16eb279

File tree

2 files changed

+110
-107
lines changed

2 files changed

+110
-107
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
setup(
1818
name="swibots",
19-
version="1.4.57",
20-
packages=find_packages(exclude=["samples", "bots_impl", "docs"]),
19+
version="1.4.60",
20+
packages=find_packages(include=['swibots']),
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
2323
url="https://github.com/switchcollab/Switch-Bots-Python-Library",

0 commit comments

Comments
 (0)