1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 from setuptools
import setup
10 description
="Make unit tests report the way Mozilla infrastructure expects",
11 classifiers
=["Programming Language :: Python :: 2.7"],
13 author
="Mozilla Automation and Tools team",
14 author_email
="tools@lists.mozilla.org",
17 include_package_data
=True,