Skip to content

Commit

Permalink
fixed some minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 1, 2024
1 parent 3fe4d59 commit 9ac65cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"context": {
"cookiecutter": {
"full_name": "Amir Golparvar",
"email": "amir.golaprvar@physuk.hu-berlin.de",
"email": "amir.golparvar@physik.hu-berlin.de",
"github_username": "amirgolp",
"plugin_name": "nomad-external-eln-integrations",
"module_name": "nomad_external_eln_integrations",
"short_description": "Nomad example template",
"short_description": "NOMAD External 3rd-party Integrations",
"version": "0.1.0",
"license": "Apache Software License 2.0",
"include_schema_package": true,
Expand Down
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/nomad-eln-external-integrations.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ To run the check for updates locally, follow the instructions on [`cruft` websit
## Main contributors
| Name | E-mail |
|------|------------|
| Amir Golparvar | [amir.golaprvar@physuk.hu-berlin.de](mailto:amir.golparvar@physuk.hu-berlin.de)
| Amir Golparvar | [amir.golparvar@physik.hu-berlin.de](mailto:amir.golparvar@physik.hu-berlin.de)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ version = "0.1.0"
readme = "README.md"
requires-python = ">=3.9"
authors = [
{ name = "Amir Golparvar", email = "amir.golparvar@physuk.hu-berlin.de" },
{ name = "Amir Golparvar", email = "amir.golparvar@physik.hu-berlin.de" },
]
maintainers = [
{ name = "Amir Golparvar", email = "amir.golparvar@physuk.hu-berlin.de" },
{ name = "Amir Golparvar", email = "amir.golparvar@physik.hu-berlin.de" },
]
license = { file = "LICENSE" }
dependencies = ["nomad-lab>=1.3.0", "nomad-openbis==1.0.0"]
Expand Down

0 comments on commit 9ac65cd

Please sign in to comment.