Merge pull request #8336 from sbellem/typos/setup.cfg

Remove duplicate '>=' in setup.cfg
This commit is contained in:
Bruno Oliveira 2021-02-11 07:53:02 -03:00 committed by GitHub
commit 16e21c22a3
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