Skip to content

Commit

Permalink
🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Nov 7, 2023
1 parent d39cd67 commit 9fec130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "BO4E-python-generator"
name = "BO4E-Python-Generator"
description = "This tool auto generates (customizable) pydantic v2 Code to implement the BO4E-Schemas."
license = { text = "MIT" }
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion src/bo4e_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generate_bo4e_schemas(input_directory: Path, output_directory: Path):
required=True,
)
@click.help_option()
@click.version_option(package_name="BO4E-python-generator")
@click.version_option(package_name="BO4E-Python-Generator")
def main(input_dir: Path, output_dir: Path):
"""
CLI entry point for the bo4e-generator.
Expand Down

0 comments on commit 9fec130

Please sign in to comment.