Skip to content

Commit

Permalink
extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougransom committed Dec 21, 2022
1 parent 97ffbcf commit b67905f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ test = [
dev = [
"pyenvutils",
]
[project.entry-points.natlink_extensions]
unimacro_builtins = "unimacro.UnimacroGrammars:locateme"

[tool.pytest.ini_options]
minversion = "7.1.2"
addopts = "--capture=tee-sys "
Expand Down
2 changes: 2 additions & 0 deletions src/unimacro/UnimacroGrammars/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def locateme():
return __path__[0]

0 comments on commit b67905f

Please sign in to comment.