Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
arska committed Sep 25, 2021
1 parent 9e08030 commit a2ba325
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +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 All @@ -38,5 +36,5 @@ def read_file(filename):
python_requires=">=3.5",
extras_require={"dev": ["tox"]},
install_requires=["requests>=2"],
setup_requires=['setuptools-git-versioning'],
setup_requires=["setuptools-git-versioning"],
)

0 comments on commit a2ba325

Please sign in to comment.