Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit ae40598

Browse files
committed
change extension point
1 parent 32aa61f commit ae40598

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
@@ -32,8 +32,8 @@ build-backend = "poetry.core.masonry.api"
3232
[tool.poetry.plugins."code_block_generator"]
3333
loaddata = "sapientml_loaddata:LoadData"
3434

35-
[tool.poetry.plugins."export_module"]
36-
sample-dataset = "sapientml_loaddata.lib:sample_dataset"
35+
[tool.poetry.plugins."export_modules"]
36+
sample-dataset = "sapientml_loaddata.lib"
3737

3838
[tool.pysen]
3939
version = "0.10"

0 commit comments

Comments
 (0)