From a79bd91af7f0d8de12c48289105f0c2f9f17248a Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 18 Jul 2011 14:43:16 -0700 Subject: [PATCH] cleanup removed ipythonx,ipython-wx from setup.py --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index d2d77eea8..7a4034ca3 100755 --- a/setup.py +++ b/setup.py @@ -134,14 +134,6 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'): ['docs/man/ipython.1'], 'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'), - ('docs/man/ipython-wx.1.gz', - ['docs/man/ipython-wx.1'], - 'cd docs/man && gzip -9c ipython-wx.1 > ipython-wx.1.gz'), - - ('docs/man/ipythonx.1.gz', - ['docs/man/ipythonx.1'], - 'cd docs/man && gzip -9c ipythonx.1 > ipythonx.1.gz'), - ('docs/man/irunner.1.gz', ['docs/man/irunner.1'], 'cd docs/man && gzip -9c irunner.1 > irunner.1.gz'),