mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
got it
This commit is contained in:
@@ -4,3 +4,5 @@ bake.egg-info/*
|
||||
.DS_Store
|
||||
.eggs
|
||||
build
|
||||
bake_cli.egg-info/*
|
||||
dist
|
||||
|
||||
@@ -12,7 +12,7 @@ from shutil import rmtree
|
||||
from setuptools import find_packages, setup, Command
|
||||
|
||||
# Package meta-data.
|
||||
NAME = "bake"
|
||||
NAME = "bake-cli"
|
||||
DESCRIPTION = "The familar Make / Bash hybrid."
|
||||
URL = "https://github.com/kennethreitz/bake"
|
||||
EMAIL = "me@kennethreitz.org"
|
||||
@@ -99,7 +99,6 @@ setup(
|
||||
author=AUTHOR,
|
||||
author_email=EMAIL,
|
||||
python_requires=REQUIRES_PYTHON,
|
||||
version=VERSION,
|
||||
url=URL,
|
||||
packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]),
|
||||
# If your package is a single module, use this instead of 'packages':
|
||||
|
||||
Reference in New Issue
Block a user