This commit is contained in:
2019-09-15 13:03:10 -04:00
parent d4dd7a2e9f
commit 8392a4eb24
8 changed files with 3 additions and 3 deletions
View File
+1 -1
View File
@@ -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:
View File
+2 -2
View File
@@ -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"