We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28fd57 commit e9f633cCopy full SHA for e9f633c
pyproject.toml
@@ -1,12 +1,10 @@
1
[project]
2
name = "openfeature-provider-flagsmith"
3
-version = "0.1.0"
4
description = "Openfeature provider for Flagsmith"
5
authors = [
6
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }
7
]
8
readme = "README.md"
9
-packages = [{ include = "openfeature_flagsmith" }]
10
requires-python = ">=3.9,<4.0"
11
dependencies = [
12
"flagsmith (>=3.6.0,<4.0.0)",
@@ -15,6 +13,8 @@ dependencies = [
15
13
16
14
[tool.poetry]
17
requires-poetry = ">=2.0"
+packages = [{ include = "openfeature_flagsmith" }]
+version = "0.1.1"
18
19
[tool.poetry.group.dev.dependencies]
20
pytest = "^8.0.2"
0 commit comments