1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

Update setup.py (#266)

Yea, I guess :-).  _BACpypes: The Next Generation_ isn't going to be ready for a while.
This commit is contained in:
Christian Tremblay 2019-05-21 20:53:42 -04:00 committed by Joel Bender
parent 2da99b4608
commit 4f6e50747c

View File

@ -19,6 +19,7 @@ source_folder = {
(3, 4): 'py34',
(3, 5): 'py34',
(3, 6): 'py34',
(3, 7): 'py34',
}.get(version_info, None)
if not source_folder:
raise EnvironmentError("unsupported version of Python")