We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd1613 commit d41b928Copy full SHA for d41b928
1 file changed
setup.py
@@ -23,8 +23,8 @@
23
'License :: OSI Approved :: MIT License',
24
'Topic :: Terminals :: Serial',
25
'Programming Language :: Python',
26
- 'Programming Language :: Python :: 2'
27
- 'Programming Language :: Python :: 3'
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
28
],
29
packages=find_packages(exclude=['tests', '*.tests']),
30
install_requires=['pyserial']
0 commit comments