We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb79fed commit 0faee76Copy full SHA for 0faee76
setup.cfg
@@ -12,9 +12,6 @@ classifiers =
12
Natural Language :: English
13
Programming Language :: Python :: 3
14
Programming Language :: Python :: 3 :: Only
15
- Programming Language :: Python :: 3.7
16
- Programming Language :: Python :: 3.8
17
- Programming Language :: Python :: 3.9
18
project_urls =
19
Source Code =https://github.com/ianhi/detect-arduino
20
@@ -24,7 +21,7 @@ install_requires =
24
21
pyserial
25
22
python_requires = >=3.7
26
23
setup_requires =
27
- setuptools_scm
+ setuptools-scm
28
29
[flake8]
30
exclude = docs,_version.py,.eggs,examples
0 commit comments