We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937776b commit 08b9d70Copy full SHA for 08b9d70
setup.py
@@ -13,7 +13,7 @@ def _platform():
13
if sys.platform.startswith('linux'):
14
return 'manylinux_2_5_x86_64.manylinux1_x86_64'
15
elif sys.platform.startswith('darwin'):
16
- return 'darwin'
+ return 'macosx_10_13_x86_64'
17
raise ValueError("Platform not supported: {}".format(sys.platform))
18
19
def _signature():
@@ -48,8 +48,6 @@ def _require(name, version):
48
except (ModuleNotFoundError, ImportError, AssertionError):
49
install_requires.append(_require('tm-eventsetup', UTM_VERSION))
50
51
-print(install_requires)
52
-
53
setup(
54
name='tm-python',
55
version=UTM_VERSION,
0 commit comments