KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
setup_old1.py File Reference

Go to the source code of this file.

Namespaces

namespace  setup_old1
 

Functions

 setup_old1.reportError (message)
 
 setup_old1.removeRecursive (dir)
 
 setup_old1.removePackage (mod, verbose)
 
 setup_old1.uninstall (verbose=True)
 
 setup_old1.writeVersionPy (filename="pykids/version.py", major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO)
 
 setup_old1.buildKeywordDictionary (major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO)
 
 setup_old1.main ()
 

Variables

str setup_old1.MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@'
 
str setup_old1.MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@'
 
str setup_old1.BUILD_INFO = '@KIDS_BUILD_VERSION@'
 
str setup_old1.GIT_VERSION = '@KIDS_GIT_VERSION@'
 
bool setup_old1.IS_RELEASED = False
 
str setup_old1.__author__ = "Xin He"
 
str setup_old1.__version__ = "%s.%s" % (MAJOR_VERSION_NUM, MINOR_VERSION_NUM)