Skip to content

Commit

Permalink
make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
arska committed Sep 25, 2021
1 parent a2ba325 commit b81c114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ __pycache__/
/*.egg-info/
/dist/
/build/
/.eggs/

# testing
/.cache/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_file(filename):

setup(
name="controlmyspa",
version_config={"dirty_template": "{tag}",},
version_config={"dirty_template": "{tag}"},
description="Get metrics and control Balboa Controlmyspa whirlpool",
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b81c114

Please sign in to comment.