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 20ed2fe commit 496157fCopy full SHA for 496157f
setup.py
@@ -32,8 +32,7 @@
32
33
if not 'darwin' in sys.platform:
34
import os
35
- sys.stderr.write("This package can only be installed and run on OS X!" + os.linesep)
36
- sys.exit(1)
+ sys.stderr.write("Warning: The package 'launchd' can only be installed and run on OS X!" + os.linesep)
37
38
setup(name="launchd",
39
packages=["launchd", "launchd.tests"],
0 commit comments