Skip to content

Commit

Permalink
Merge pull request #51 from priv-kweihmann/fix/invalid-spec
Browse files Browse the repository at this point in the history
setup.cfg: fix invalid version spec
  • Loading branch information
pombredanne authored Feb 10, 2023
2 parents 66d6d01 + 96f311f commit b3193fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ zip_safe = false

setup_requires = setuptools_scm[toml] >= 4

python_requires = >=3.7.*
python_requires = >=3.7

install_requires =
click >= 6.7, !=7.0, !=8.0.3
Expand Down

0 comments on commit b3193fa

Please sign in to comment.