Skip to content

Commit

Permalink
Fixed typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TKIPisalegacycipher committed Jan 25, 2025
1 parent 545f079 commit 71bbe8a
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(exclude=["tests"])),
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=['requests', 'aiohttp'],
keywords=['meraki', 'dashboard', 'cisco'],
Expand Down

0 comments on commit 71bbe8a

Please sign in to comment.