diff --git a/.vscode/templates.code-snippets b/.vscode/templates.code-snippets index 125360c..edbdfd6 100644 --- a/.vscode/templates.code-snippets +++ b/.vscode/templates.code-snippets @@ -1,6 +1,6 @@ { "Python Template": { - "prefix": "pyMetricCli", + "prefix": "template_python", "scope": "python", "body": [ "\"\"\"${1:DocString}\"\"\"", diff --git a/setup.cfg b/setup.cfg index eff62b9..5ab8ef7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,8 @@ description = pyMetricCli is a collection of scripts and API implementations for long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 url = https://github.com/NewTec-GmbH/pyMetricCli -author = Gabryel Reyes -author_email = gabryel.reyes@newtec.de +author = Juliane Kerpe +author_email = juliane.kerpe@newtec.de license = BSD 3-Clause license_files = LICENSE classifiers =