Skip to content

Commit

Permalink
corrected template prefix and author name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerpe committed Jun 26, 2024
1 parent fb0fe19 commit b1f8cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/templates.code-snippets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Python Template": {
"prefix": "pyMetricCli",
"prefix": "template_python",
"scope": "python",
"body": [
"\"\"\"${1:DocString}\"\"\"",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b1f8cd2

Please sign in to comment.