Skip to content

Commit e0f511d

Browse files
author
Justin Boswell
committed
Added dependency on python3
1 parent 6c0e786 commit e0f511d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
author='AWS SDK Common Runtime Team',
1010
url='https://github.com/awslabs/aws-iot-device-sdk-python-v2',
1111
packages = ['awsiot'],
12-
install_requires = ['aws_crt.mqtt']
12+
install_requires=['aws_crt.mqtt'],
13+
python_requires='>=3',
1314
)

0 commit comments

Comments
 (0)