We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ccc2d commit 79b37e4Copy full SHA for 79b37e4
setup.py
@@ -1,5 +1,6 @@
1
import setuptools
2
import os
3
+import sys
4
5
if sys.platform == 'darwin':
6
os.environ['MACOSX_DEPLOYMENT_TARGET'] = '10.9'
0 commit comments