File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ documentation = "https://www.boltpackages.com/docs/"
15
15
repository = " https://github.com/boltpackages/bolt-dev"
16
16
17
17
# Make the CLI available without adding to INSTALLED_APPS
18
- [tool .poetry .plugins .bolt_cli ]
18
+ [tool .poetry .plugins ."bolt . cli" ]
19
19
"dev" = " bolt.dev:cli"
20
20
"pre-commit" = " bolt.dev.precommit:cli"
21
21
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
23
23
]
24
24
25
25
# Make the CLI available without adding to INSTALLED_APPS
26
- [tool .poetry .plugins .bolt_cli ]
26
+ [tool .poetry .plugins ."bolt . cli" ]
27
27
"test" = " bolt.pytest:cli"
28
28
29
29
# Automatically sets this up with pytest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT"
12
12
# readme = "README.md"
13
13
14
14
# Make the CLI available without adding to INSTALLED_APPS
15
- [tool .poetry .plugins .bolt_cli ]
15
+ [tool .poetry .plugins ."bolt . cli" ]
16
16
"vendor" = " bolt.vendor:cli"
17
17
18
18
[tool .poetry .dependencies ]
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class EntryPointGroup(click.Group):
56
56
This is intended for packages that don't go in INSTALLED_PACKAGES.
57
57
"""
58
58
59
- ENTRYPOINT_NAME = "bolt_cli "
59
+ ENTRYPOINT_NAME = "bolt.cli "
60
60
61
61
def list_commands (self , ctx ):
62
62
rv = []
You can’t perform that action at this time.
0 commit comments