Remove duplicate '>=' in setup.cfg

This commit is contained in:
Sylvain Bellemare 2021-02-10 22:17:39 +00:00 committed by GitHub
parent 92959fe236
commit 3d831225bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ python_requires = >=3.6
package_dir =
=src
setup_requires =
setuptools>=>=42.0
setuptools>=42.0
setuptools-scm>=3.4
zip_safe = no