Mercurial > hg > buttercup
changeset 41:38aa1d47c461
add a source
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 25 Nov 2011 17:36:33 -0800 |
parents | 4ea66cb5485d |
children | c008855cf3a9 |
files | buttercup/buttercup.py setup.py |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/buttercup/buttercup.py Mon Oct 31 18:53:46 2011 -0700 +++ b/buttercup/buttercup.py Fri Nov 25 17:36:33 2011 -0800 @@ -40,7 +40,8 @@ def __init__(self, srcdir): self.srcdir = srcdir self.sources = {'hg': ['%s/%s' % (self.HG, package) - for package in self.PACKAGES ]} + for package in self.PACKAGES ]} + self.sources['hg'].append('http://://k0s.org/mozilla/hg/licenser') self.sources['git'] = ['git://github.com/mozilla/toolbox.git'] def install(self):
--- a/setup.py Mon Oct 31 18:53:46 2011 -0700 +++ b/setup.py Fri Nov 25 17:36:33 2011 -0800 @@ -5,7 +5,7 @@ except: description = '' -version='0.2' +version='0.2.1' setup(name='buttercup', version=version, @@ -23,7 +23,7 @@ entry_points = """ [console_scripts] buttercup = buttercup.checkout:main - + [paste.paster_create_template] buttercup = buttercup:buttercup """,