Skip to content

Commit

Permalink
fix: update min_file_size to 150mb
Browse files Browse the repository at this point in the history
  • Loading branch information
New-dev0 committed Sep 21, 2024
1 parent 597eb90 commit 16eb279
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 107 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

setup(
name="swibots",
version="1.4.57",
packages=find_packages(exclude=["samples", "bots_impl", "docs"]),
version="1.4.60",
packages=find_packages(include=['swibots']),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/switchcollab/Switch-Bots-Python-Library",
Expand Down
Loading

0 comments on commit 16eb279

Please sign in to comment.