diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f85bc1706274592885b56c8c4c3c1cb0e7e2ef5..80a5000df0eeda53c3723764fd5723bfffd20ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ style: - pydocstyle --version - ruff . - black --check --diff . - - pydocstyle mpsd-software-environment.py + - pydocstyle mpsd-software.py - pydocstyle tests.py # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same. diff --git a/mpsd-software-environment.py b/mpsd-software.py similarity index 99% rename from mpsd-software-environment.py rename to mpsd-software.py index 3fccf77a2c98fef6baf28d41e2be35c05721bc91..c62bd3ad3d94258688c6e9e7ad1cfa3ef2a2bb1a 100755 --- a/mpsd-software-environment.py +++ b/mpsd-software.py @@ -1,6 +1,9 @@ #!/usr/bin/env python3 -"""mpsd-software-environment: tool for installation of toolchains.""" +""" +mpsd-software: tool for installation of software as on MPSD HPC. +""" + import argparse import datetime