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
+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"