Skip to content

Commit 98522ec

Browse files
committed
Switch from namespace package to normal
1 parent 56d6c48 commit 98522ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ version = {attr = "inference.__version__"}
2020
[tool.setuptools.packages.find]
2121
where = ["src/"]
2222
include = [
23-
"inference_core_nodes.prompt_expansion.*"
23+
"inference_core_nodes.*"
2424
]
2525

26+
[tool.flit.metadata]
27+
module = "inference_core_nodes"
28+
home-page = "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes"
29+
description-file = "README.md"
30+
2631
[build-system]
27-
requires = ["flit_core >=3.2,<4"]
32+
requires = ["flit_core >=3.5,<4"]
2833
build-backend = "flit_core.buildapi"

src/inference_core_nodes/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)