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

noreply at github.com noreply at github.com
Tue Nov 23 02:11:48 UTC 2010


Branch: refs/heads/buildbot-0.8.2
Home:   https://github.com/buildbot/buildbot

Commit: ac24bf676bc566b575f1c38324ec093806d3409e
    https://github.com/buildbot/buildbot/commit/ac24bf676bc566b575f1c38324ec093806d3409e
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-11-13 (Sat, 13 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