-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Changed script name to o2a and set OpenAPI ver to 3.1 (#5)
- Loading branch information
1 parent
8e53723
commit 30f42c5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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] | ||
|