Skip to content

Commit c4d2775

Browse files
committed
Update pip classifiers
1 parent 3aac6d8 commit c4d2775

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='benchbot_api',
7-
version='2.0.0',
7+
version='2.1.0',
88
author='Ben Talbot',
99
author_email='b.talbot@qut.edu.au',
1010
description='The BenchBot API for use with the BenchBot software stack',
@@ -16,13 +16,7 @@
1616
'scipy>=1.2.0'
1717
],
1818
classifiers=(
19-
"Programming Language :: Python :: 2",
20-
"Programming Language :: Python :: 2.7",
2119
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.3",
23-
"Programming Language :: Python :: 3.4",
24-
"Programming Language :: Python :: 3.5",
25-
"Programming Language :: Python :: 3.6",
2620
"License :: OSI Approved :: BSD License",
2721
"Operating System :: OS Independent",
2822
))

0 commit comments

Comments
 (0)