treeherder/setup.py

9 строки
133 B
Python
Executable File

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