From e50b0ce4a112ef260b137e74018ab803df88d722 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Fri, 9 Jun 2023 17:33:01 +0200 Subject: [PATCH] shorten command name to `mpsd-software` --- .gitlab-ci.yml | 2 +- mpsd-software-environment.py => mpsd-software.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename mpsd-software-environment.py => mpsd-software.py (99%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f85bc1..80a5000 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 3fccf77..c62bd3a 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 -- GitLab