We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8dee4 commit f222464Copy full SHA for f222464
setup.cfg
@@ -12,19 +12,16 @@ 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
21
[options]
22
packages = find:
23
install_requires =
24
pyserial
25
-python_requires = >=3.7
+python_requires = >=3.8
26
setup_requires =
27
- setuptools_scm
+ setuptools-scm
28
29
[flake8]
30
exclude = docs,_version.py,.eggs,examples
0 commit comments