Skip to content

Commit 0faee76

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fb79fed commit 0faee76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.cfg

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ classifiers =
1212
Natural Language :: English
1313
Programming Language :: Python :: 3
1414
Programming Language :: Python :: 3 :: Only
15-
Programming Language :: Python :: 3.7
16-
Programming Language :: Python :: 3.8
17-
Programming Language :: Python :: 3.9
1815
project_urls =
1916
Source Code =https://github.com/ianhi/detect-arduino
2017

@@ -24,7 +21,7 @@ install_requires =
2421
pyserial
2522
python_requires = >=3.7
2623
setup_requires =
27-
setuptools_scm
24+
setuptools-scm
2825

2926
[flake8]
3027
exclude = docs,_version.py,.eggs,examples

0 commit comments

Comments
 (0)