author | Gregory Szorc <gps@mozilla.com> |
Wed, 28 Jan 2015 13:37:00 -0800 | |
branch | CAL170_20121012_RELBRANCH |
changeset 110539 | 95d65385e289290923953dd2711c53e8561cbfce |
parent 106843 | da67b46ba82ca7d0bba833405722659d0388f173 |
permissions | -rw-r--r-- |
# 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/. from setuptools import setup VERSION = '0.1' setup( name='mozbuild', description='Mozilla build system functionality.', license='MPL 2.0', packages=['mozbuild'], version=VERSION )