Skip to content

Commit 7d0de45

Browse files
authored
add entrypoints for mlblocks (#32)
1 parent 10cfea8 commit 7d0de45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ test = [
3535
'pytest>=3.4.2',
3636
'pytest-cov>=2.6.0',
3737
'pytest-runner>=2.11.1',
38+
'rundoc>=0.4.3,<0.5',
3839
'tomli>=2.0.0,<3',
3940
]
4041

@@ -85,7 +86,7 @@ dev = [
8586
homepage = 'https://github.com/sintel-dev/sigllm/'
8687

8788
[project.entry-points]
88-
sigllm = { main = 'sigllm.cli.__main__:main' }
89+
mlblocks = { primitives = 'sigllm:MLBLOCKS_PRIMITIVES', pipelines = 'sigllm:MLBLOCKS_PIPELINES' }
8990

9091
[build-system]
9192
requires = ['setuptools', 'wheel']

0 commit comments

Comments
 (0)