We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77345df commit df03c65Copy full SHA for df03c65
setup.cfg
@@ -15,6 +15,7 @@ classifiers =
15
Programming Language :: Python :: 3.7
16
Programming Language :: Python :: 3.8
17
Programming Language :: Python :: 3.9
18
+ Programming Language :: Python :: 3.10
19
project_urls =
20
Source Code =https://github.com/ianhi/detect-arduino
21
@@ -24,7 +25,7 @@ install_requires =
24
25
pyserial
26
python_requires = >=3.7
27
setup_requires =
- setuptools_scm
28
+ setuptools-scm
29
30
[flake8]
31
exclude = docs,_version.py,.eggs,examples
0 commit comments