Bug 942275 - Add support for setuptools' entry points to mach, r=gps

This commit is contained in:
Andrew Halberstadt
2013-12-03 10:37:20 -05:00
parent 39a024ea15
commit b8f10bbcfe
6 changed files with 137 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ setup(
description='CLI frontend to mozilla-central.',
license='MPL 2.0',
packages=['mach'],
version=VERSION
version=VERSION,
tests_require=['mock']
)