Needed so we can install TaskRunner to Python's site-packages dir and use it from everywhere. :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		
							
								
								
									
										13
									
								
								wxPython/distrib/all/setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								wxPython/distrib/all/setup.py
									
									
									
									
									
										Normal file
									
								
							| @@ -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, | ||||
|       ) | ||||
		Reference in New Issue
	
	Block a user