#!/usr/bin/env python
from setuptools import setup
setup(
name="treeherder",
url="https://github.com/mozilla/treeherder"
)