We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee54a5 commit bed9b85Copy full SHA for bed9b85
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "opa-python-client"
3
-version = "1.3.3"
+version = "1.3.4"
4
description = "Client for connection to the OPA service"
5
authors = ["Tural Muradov <[email protected]>"]
6
license = "MIT"
@@ -17,6 +17,9 @@ classifiers = [
17
"License :: OSI Approved :: MIT License",
18
"Operating System :: OS Independent",
19
]
20
+packages = [
21
+ {include = "opa_client"}
22
+]
23
24
[tool.poetry.dependencies]
25
python = "^3.9"
0 commit comments