Skip to content

Commit

Permalink
fix: setup comma
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 18, 2023
1 parent efc9d6d commit ca97960
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pytest>=7.0",
],
"lint": [
"black>=22.12.0",
"black>=23.1.0",
"mypy>=1.0,<2",
"types-requests",
"types-setuptools",
Expand All @@ -23,7 +23,8 @@
"towncrier>=19.2.0, <20",
],
"release": [
"setuptools" "setuptools-scm",
"setuptools",
"setuptools-scm",
"wheel",
"twine==3.8",
],
Expand Down

0 comments on commit ca97960

Please sign in to comment.