Skip to content

Commit ea94afd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers =
1515
Programming Language :: Python :: 3.7
1616
Programming Language :: Python :: 3.8
1717
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: 3.10
1819
project_urls =
1920
Source Code =https://github.com/ianhi/detect-arduino
2021

@@ -24,7 +25,7 @@ install_requires =
2425
pyserial
2526
python_requires = >=3.7
2627
setup_requires =
27-
setuptools_scm
28+
setuptools-scm
2829

2930
[flake8]
3031
exclude = docs,_version.py,.eggs,examples

0 commit comments

Comments
 (0)