Skip to content

Commit

Permalink
release TrustSpecCli 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 19, 2024
1 parent eaec01b commit eb2dbc6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trustspeccli"
version = "{VERSION}"
version = "0.1.22"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
Expand Down Expand Up @@ -31,8 +31,8 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.10"
trustspecpy = "{VERSION}"
python = "^3.6"
trustspecpy = "0.1.22"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"
Expand Down
42 changes: 42 additions & 0 deletions cli/py/pyproject.toml.bu
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[tool.poetry]
name = "trustspeccli"
version = "{VERSION}"
authors = ["Wojciech Karwacki <karwacki.wojciech@gmail.com>"]
homepage = "https://github.com/wkarwacki/python-openapi-generator-rust"
repository = "https://github.com/wkarwacki/python-openapi-generator-rust"
documentation = "https://github.com/wkarwacki/python-openapi-generator-rust"
packages = [{include = "trustspeccli", from="src"}]
readme = "README.md"
description = "Web Integration Specification, easy and lightweight alternative to OpenAPI"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Rust",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

[tool.poetry.dependencies]
python = "^3.6"
trustspecpy = "{VERSION}"

[tool.poetry.scripts]
trust = "trustspeccli.main:run"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit eb2dbc6

Please sign in to comment.