Skip to content
Snippets Groups Projects
Commit b4bb5a91 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'hotfix/typo_and_gitignore' into 'main'

Hotfix/typo and gitignore

See merge request python-package!10
parents a275ec38 31daf248
Branches
No related tags found
1 merge request!10Hotfix/typo and gitignore
......@@ -5,3 +5,7 @@ dist/*
.coverage
coverage.xml
htmlcov/*
# IDE configuration
.vscode
.idea
{
"python.formatting.provider": "black"
}
......@@ -5,4 +5,4 @@ try:
except ImportError: # for Python<3.8
import importlib_metadata as metadata
__version__ = metadata.version("my-awseome-app")
__version__ = metadata.version("my-awesome-app")
[metadata]
name = my-awseome-app
name = my-awesome-app
version = file: VERSION
description = An example package for CI/CD working group
long_description = file: README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment