Skip to content

Commit 79b37e4

Browse files
committed
add sys to setup.py
1 parent f3ccc2d commit 79b37e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import setuptools
22
import os
3+
import sys
34

45
if sys.platform == 'darwin':
56
os.environ['MACOSX_DEPLOYMENT_TARGET'] = '10.9'

0 commit comments

Comments
 (0)