Skip to content

Commit

Permalink
feat: Changed script name to o2a and set OpenAPI ver to 3.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfvjimisola authored Sep 7, 2023
1 parent 8e53723 commit 30f42c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "openapi-to-asciidoc"
dynamic = ["version"]
authors = [{ name = "LFV", email = "[email protected]" }]

description = "A tool used to convert OpenAPI 3.0 specifications to AsciiDoc"
description = "A tool used to convert OpenAPI 3.1 specifications to AsciiDoc"
readme = "README.md"

requires-python = ">=3.10"
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies = [
]

[project.scripts]
o2i = "openapi_to_asciidoc.convert:main"
o2a = "openapi_to_asciidoc.convert:main"
openapi-to-asciidoc = "openapi_to_asciidoc.convert:main"

[tool.hatch.version]
Expand Down

0 comments on commit 30f42c5

Please sign in to comment.