We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cfea8 commit 7d0de45Copy full SHA for 7d0de45
pyproject.toml
@@ -35,6 +35,7 @@ test = [
35
'pytest>=3.4.2',
36
'pytest-cov>=2.6.0',
37
'pytest-runner>=2.11.1',
38
+ 'rundoc>=0.4.3,<0.5',
39
'tomli>=2.0.0,<3',
40
]
41
@@ -85,7 +86,7 @@ dev = [
85
86
homepage = 'https://github.com/sintel-dev/sigllm/'
87
88
[project.entry-points]
-sigllm = { main = 'sigllm.cli.__main__:main' }
89
+mlblocks = { primitives = 'sigllm:MLBLOCKS_PRIMITIVES', pipelines = 'sigllm:MLBLOCKS_PIPELINES' }
90
91
[build-system]
92
requires = ['setuptools', 'wheel']
0 commit comments