Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2021
1 parent 777783e commit 34b052a
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 @@ -79,7 +79,7 @@ def load_requirements(
packages=find_packages(exclude=["test", "deployment", "notebooks"]),
zip_safe=False,
options={
'bdist_wheel': {'python_tag': 'py36.py37.py38.py39'},
"bdist_wheel": {"python_tag": "py36.py37.py38.py39"},
},
classifiers=[
# Operation system
Expand Down

0 comments on commit 34b052a

Please sign in to comment.