Provide project related global information.
|
version = ( 1, 0, 2, ' develop ' , 0)
|
|
project_name = ' mrv '
|
|
root_package = ' mrv '
|
|
test_root = ' test '
|
|
author = ' Sebastian Thiel '
|
|
author_email = ' byronimo@gmail.com '
|
|
url = ' https://github.com/Byron/mrv '
|
|
description = ' Development Framework for Autodesk Maya '
|
|
license = ' BSD License '
|
|
src_commit_sha = ' 0000000000000000000000000000000000000000 '
|
|
regression_test_exec = ' mrv/test/bin/tmrvr '
|
|
nosetest_exec = ' mrv/test/bin/tmrv '
|
|
makedoc_exec = ' makedoc '
|
|
docgen_class_path = ' mrv.doc.base.DocGenerator '
|
|
__scripts_bin = [ ' mrv/bin/mrv ' , ' mrv/bin/imrv ' ]
|
|
__scripts_test_bin = [ ' mrv/test/bin/tmrv ' , ' mrv/test/bin/tmrvr ' ]
|
|
__scripts_test_bin_s = [ ' bin/tmrv ' , ' bin/tmrvr ' ]
|
|
__ld = ' MRV is a multi-platform python development environment ...
|
|
__requires = [ ' nose ' , ' epydoc ' , ' sphinx ' , ' gitpython ' , ' ipython ' ]
|
|
setup_kwargs = { ' classifiers ' : [ ' Development Status :: 5 - Pro ...
|
|
doc_config = { ' epydoc_exclude ' : ' mrv.test,mrv.cmd.ipythonstart ...
|
|
__package__ = ' mrv '
|
|
p = ' mrv/test/bin/tmrvr '
|