Files

12 lines
373 B
Diff
Raw Permalink Normal View History

2019-05-02 08:52:16 +02:00
--- setup.py
+++ setup.py
@@ -59,8 +59,6 @@ class CustomInstallCommand(install):
"""Customized setuptools install command - prints a friendly greeting."""
def run(self):
install.run(self)
- _ = sys.stderr.write("Creating Desktop Shortcut to RIDE...\n")
- os.system("ride_postinstall.py -install")
setup(
name='robotframework-ride',