Skip to content

Commit 1a7993a

Browse files
authored
Update setup.py for v2.2
1 parent 9f6b2ec commit 1a7993a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

setup.py

+9-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@
1010

1111
setup(
1212
name='pymate',
13-
version='v2.1',
13+
version='v2.2',
1414
description='Outback MATE python interface',
1515
author='Jared',
1616
author_email='[email protected]',
17-
url='https://jared.geek.nz/pymate',
17+
url='https://github.com/jorticus/pymate',
1818
keywords=['outback', 'mate', 'pymate'],
19-
classifiers=[],
19+
classifiers=[
20+
"Programming Language :: Python :: 2",
21+
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
22+
"Operating System :: OS Independent",
23+
],
2024
packages=['pymate', 'pymate.matenet'],
21-
install_requires=['pyserial']
25+
install_requires=['pyserial'],
26+
python_requires='>=2.7,!=3.*',
2227
)

0 commit comments

Comments
 (0)