mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 14:50:19 +00:00
notred
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from . import red
|
||||
from . import indent
|
||||
from . import step
|
||||
from . import notred
|
||||
|
||||
@@ -107,7 +107,7 @@ setup(
|
||||
"console_scripts": [
|
||||
"bake=bake.cli:entrypoint",
|
||||
"bake:red=bake.scripts.red:entrypoint",
|
||||
"bake:redless=bake.scripts.redless:entrypoint",
|
||||
"bake:notred=bake.scripts.notred:entrypoint",
|
||||
"bake:indent=bake.scripts.indent:entrypoint",
|
||||
"bake:step=bake.scripts.step:entrypoint",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user