Skip to content

Commit

Permalink
Do not distribute tests (#272)
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
svenpanne authored Jan 25, 2025
1 parent 458b038 commit 545f079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def find_version(fname):
setup(
name='meraki',
version=__version__,
packages=find_packages(),
packages=find_packages(exclude=["tests"])),
include_package_data=True,
install_requires=['requests', 'aiohttp'],
keywords=['meraki', 'dashboard', 'cisco'],
Expand Down

0 comments on commit 545f079

Please sign in to comment.