Skip to content

Commit 4f3ce0e

Browse files
committed
Update package name to match PyPI trusted publisher configuration
1 parent 391b6f1 commit 4f3ce0e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "infactory-py"
2+
name = "infactory"
33
version = "0.0.1"
44
description = "Infactory Python Package - Instantly connects your data sources, generate accurate queries, and give yourself complete control over AI responses."
55
authors = ["Ken Kocienda <[email protected]>", "Sean Kruzel <[email protected]>"]
@@ -53,5 +53,9 @@ parameterized = "^0.9.0"
5353
twine = "^6.1.0"
5454

5555
[build-system]
56-
requires = ["poetry-core>=1.0.0"]
56+
requires = [
57+
"poetry-core>=1.0.0",
58+
"setuptools>=45",
59+
"wheel"
60+
]
5761
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)