author | Wes Johnston <wjohnston@mozilla.com> |
Thu, 13 Sep 2012 14:16:14 -0700 | |
changeset 109790 | 1f82974dc08c381e63b73db36b045c5ef5e6cdf2 |
parent 107371 | da67b46ba82ca7d0bba833405722659d0388f173 |
child 116211 | d04782dc009156e114f27da3a468321a99edc47b |
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 )