Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / CMakeLists.txt
index d26e903783e8755b41d23deeea743cfba2944af6..8ca514b9c6ba884074189b7723196278458bcf01 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2014, by the GROMACS development team, led by
+# Copyright (c) 2014,2015, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -31,7 +31,6 @@
 #
 # To help us fund GROMACS development, we humbly ask that you cite
 # the research papers on the package. Check out http://www.gromacs.org.
-#
 
 find_package(PythonLibrary REQUIRED)
 find_package(NumPy REQUIRED)
@@ -78,3 +77,7 @@ add_sip_python_module(gromacs.TrajectoryAnalysis
     sip/trajectoryanalysis/TrajectoryAnalysis.sip libgromacs)
 
 python_install(__init__.py ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/gromacs)
+
+install(DIRECTORY runner DESTINATION ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/gromacs)
+python_install(runner/__init__.py ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/gromacs)
+python_install(runner/pipeline.py ${PYTHON_SITE_PACKAGES_INSTALL_DIR}/gromacs)