2015-03-17 07:35:43 +03:00
|
|
|
#!/usr/bin/env python
|
|
|
|
|
2014-11-03 20:20:00 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, you can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2015-06-30 02:34:56 +03:00
|
|
|
from setuptools import setup
|
2013-11-25 19:26:27 +04:00
|
|
|
|
|
|
|
setup(
|
2015-05-30 20:49:03 +03:00
|
|
|
name="treeherder",
|
2015-06-30 02:34:56 +03:00
|
|
|
url="https://github.com/mozilla/treeherder"
|
2013-11-25 19:26:27 +04:00
|
|
|
)
|