Skip to content

Commit d41b928

Browse files
committed
Add missing comma to setup.py
1 parent efd1613 commit d41b928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'License :: OSI Approved :: MIT License',
2424
'Topic :: Terminals :: Serial',
2525
'Programming Language :: Python',
26-
'Programming Language :: Python :: 2'
27-
'Programming Language :: Python :: 3'
26+
'Programming Language :: Python :: 2',
27+
'Programming Language :: Python :: 3',
2828
],
2929
packages=find_packages(exclude=['tests', '*.tests']),
3030
install_requires=['pyserial']

0 commit comments

Comments
 (0)