Skip to content

Commit 115e7f7

Browse files
committed
Updating python_requires and classifiers
1 parent 61891bd commit 115e7f7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

setup.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@
3434
},
3535
python_requires='>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.0, !=3.4.1, !=3.4.2, <4',
3636
classifiers=(
37+
'Development Status :: 5 - Production/Stable',
38+
'Intended Audience :: Developers',
39+
'License :: OSI Approved :: Apache Software License',
3740
'Programming Language :: Python :: 2',
3841
'Programming Language :: Python :: 2.7',
3942
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.4',
4143
'Programming Language :: Python :: 3.5',
4244
'Programming Language :: Python :: 3.6',
4345
'Programming Language :: Python :: 3.7',
44-
"License :: OSI Approved :: Apache Software License",
45-
"Operating System :: OS Independent",
46+
'Programming Language :: Python',
47+
'Topic :: Internet',
48+
'Topic :: Software Development :: Embedded Systems',
49+
'Topic :: Software Development :: Object Brokering',
4650
),
4751
install_requires=[
4852
"pyserial>=3.0,<4.0",

0 commit comments

Comments
 (0)