Skip to content

Commit 245b866

Browse files
Williangalvanipatrickelectric
authored andcommitted
setup.py: make python3 a requirement (PEP440)
1 parent e79cb30 commit 245b866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
setup(name='bluerobotics-ping',
1313
version='0.1.0',
14+
python_requires='>=3.4',
1415
description='A python module for the Blue Robotics ping-protocol and products',
1516
long_description=long_description,
1617
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)