]> git.saurik.com Git - wxWidgets.git/commitdiff
renamed setup.py to tr_setup.py because build-all does an import of
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 05:25:25 +0000 (05:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 05:25:25 +0000 (05:25 +0000)
setup, (to get the version number) expecting to get the one in the
root wxPython dir.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/all/setup.py [deleted file]
wxPython/distrib/all/tr_setup.py [new file with mode: 0644]

diff --git a/wxPython/distrib/all/setup.py b/wxPython/distrib/all/setup.py
deleted file mode 100644 (file)
index 1e1b4b8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# setup.py for taskrunner.py
-
-import sys
-from distutils.core import setup
-
-deps = []
-if sys.version_info < (2, 4):
-    deps.append("subprocess")
-
-setup(name='taskrunner',
-      version='0.8',
-      py_modules=['taskrunner'] + deps,
-      )
\ No newline at end of file
diff --git a/wxPython/distrib/all/tr_setup.py b/wxPython/distrib/all/tr_setup.py
new file mode 100644 (file)
index 0000000..1e1b4b8
--- /dev/null
@@ -0,0 +1,13 @@
+# setup.py for taskrunner.py
+
+import sys
+from distutils.core import setup
+
+deps = []
+if sys.version_info < (2, 4):
+    deps.append("subprocess")
+
+setup(name='taskrunner',
+      version='0.8',
+      py_modules=['taskrunner'] + deps,
+      )
\ No newline at end of file