Skip to content

Commit e9f633c

Browse files
ci: fix pyproject.toml build information (#9)
* Fix pyproject.toml build information * Move version and bump
1 parent e28fd57 commit e9f633c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[project]
22
name = "openfeature-provider-flagsmith"
3-
version = "0.1.0"
43
description = "Openfeature provider for Flagsmith"
54
authors = [
65
{ name = "Matthew Elwell", email = "matthew.elwell@flagsmith.com>" }
76
]
87
readme = "README.md"
9-
packages = [{ include = "openfeature_flagsmith" }]
108
requires-python = ">=3.9,<4.0"
119
dependencies = [
1210
"flagsmith (>=3.6.0,<4.0.0)",
@@ -15,6 +13,8 @@ dependencies = [
1513

1614
[tool.poetry]
1715
requires-poetry = ">=2.0"
16+
packages = [{ include = "openfeature_flagsmith" }]
17+
version = "0.1.1"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^8.0.2"

0 commit comments

Comments
 (0)