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
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 from setuptools
import find_packages
, setup
15 "mozinstall == 2.0.1",
26 description
="run automated multi-profile sync tests",
30 "Programming Language :: Python :: 2.7",
31 "Programming Language :: Python :: 2 :: Only",
32 ], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
34 author
="Mozilla Automation and Tools team",
35 author_email
="tools@lists.mozilla.org",
36 url
="https://developer.mozilla.org/en-US/docs/TPS",
38 packages
=find_packages(exclude
=["ez_setup", "examples", "tests"]),
39 include_package_data
=True,
41 install_requires
=deps
,
43 # -*- Entry points: -*-
48 ("tps", ["config/config.json.in"]),