Bug 942275 - Add support for setuptools' entry points to mach, r=gps
This commit is contained in:
@@ -11,6 +11,7 @@ setup(
|
||||
description='CLI frontend to mozilla-central.',
|
||||
license='MPL 2.0',
|
||||
packages=['mach'],
|
||||
version=VERSION
|
||||
version=VERSION,
|
||||
tests_require=['mock']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user