mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
bake
This commit is contained in:
@@ -86,7 +86,7 @@ def task(
|
||||
whitelist,
|
||||
yes,
|
||||
):
|
||||
"""bashf — Bashfile runner (the familiar Bash/Make hybrid)."""
|
||||
"""bake — the familiar Bash/Make hybrid."""
|
||||
|
||||
# Default to list behavior, when no task is provided.
|
||||
if no_color:
|
||||
@@ -12,9 +12,9 @@ from shutil import rmtree
|
||||
from setuptools import find_packages, setup, Command
|
||||
|
||||
# Package meta-data.
|
||||
NAME = "bashf"
|
||||
NAME = "bake"
|
||||
DESCRIPTION = "The familar Make / Bash hybrid."
|
||||
URL = "https://github.com/kennethreitz/bashfile"
|
||||
URL = "https://github.com/kennethreitz/bake"
|
||||
EMAIL = "me@kennethreitz.org"
|
||||
AUTHOR = "Kenneth Reitz"
|
||||
REQUIRES_PYTHON = ">=3.6.0"
|
||||
|
||||
Reference in New Issue
Block a user