[Buildbot-commits] [buildbot/buildbot] b2db59: Don't try to use entry_points['console_scripts']

noreply at github.com noreply at github.com
Mon Nov 8 18:24:59 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: b2db59faec8b429e9cdb2016992b10a504f2bc48
    https://github.com/buildbot/buildbot/commit/b2db59faec8b429e9cdb2016992b10a504f2bc48
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-11-08 (Mon, 08 Nov 2010)

Changed paths:
  M master/setup.py
  M slave/setup.py

Log Message:
-----------
Don't try to use entry_points['console_scripts']

It never had any effect anyway.  Use setup(scripts=..) instead, which is
the way things have been done for a while now.






More information about the Commits mailing list