Skip to content

Commit 3436a9c

Browse files
chore(deps): bump version to 0.2.0 and add pytest dev dependency
1 parent 19a79ae commit 3436a9c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pyproject.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[tool.poetry]
2-
name = "openapi-cli-python"
3-
version = "0.1.0"
4-
description = ""
2+
name = "openapi-python-sdk"
3+
version = "0.2.0"
4+
description = "A minimal Python SDK for the Openapi® API marketplace"
55
authors = ["Michael Cuffaro <michael@cuffaro.com>"]
6-
readme = "README.md"
7-
packages = [{include = "openapi_cli_python"}]
6+
readme = "docs/readme-pypi.md"
7+
packages = [{include = "openapi_python_sdk"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
httpx = "^0.24.0"
1212

13+
[tool.poetry.group.dev.dependencies]
14+
pytest = "^8.0"
15+
16+
[tool.pytest.ini_options]
17+
testpaths = ["tests"]
1318

1419
[build-system]
1520
requires = ["poetry-core"]

0 commit comments

Comments
 (0)