Skip to content

Commit

Permalink
add buildbot_service.py to $PYTHONDIR\Scripts on windows
Browse files Browse the repository at this point in the history
Fixes #1026
  • Loading branch information
Dustin J. Mitchell committed Oct 27, 2010
1 parent d0f1bcb commit dad60e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slave/setup.py
Expand Up @@ -23,6 +23,7 @@
# still needs to get packaged.
if 'sdist' in sys.argv or sys.platform == 'win32':
scripts.append("contrib/windows/buildslave.bat")
scripts.append("contrib/windows/buildbot_service.py")

class our_install_data(install_data):

Expand Down

0 comments on commit dad60e3

Please sign in to comment.