Skip to content

Commit f68d6d3

Browse files
authored
Updated setup.py and Pipfile (#102)
1 parent bb62838 commit f68d6d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ requests = "*"
1010
zeroconf = "*"
1111
types-dataclasses = "*"
1212
dataclasses = "*"
13+
semver = "*"
1314
# TODO: too big, install it manually if you want it
1415
#pytransform3d = "==1.2.1"
15-
semver = "*"
1616

1717
[dev-packages]
1818
flake8 = "*"

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description='SDK for the Automata Eva robotic arm',
1212
author='Automata',
1313
license='Apache License 2.0',
14-
author_email='charlie@automata.tech',
14+
author_email='louis@automata.tech',
1515
url="https://github.com/automata-tech/eva_python_sdk",
1616
packages=setuptools.find_packages(),
1717
long_description=long_description,
@@ -21,6 +21,7 @@
2121
'websocket-client',
2222
'zeroconf',
2323
'dataclasses',
24+
'semver',
2425
# TODO: too big, install it manually if you want it
2526
# 'pytransform3d',
2627
],
@@ -30,5 +31,5 @@
3031
"Operating System :: OS Independent",
3132
"License :: OSI Approved :: Apache Software License",
3233
],
33-
python_requires='>=3.0',
34+
python_requires='>=3.6',
3435
)

0 commit comments

Comments
 (0)