summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-11-13 15:42:10 -0600
committerGitHub <noreply@github.com>2020-11-13 15:42:10 -0600
commit6894ae7d1d5feeae6690435bf8d428fa4eeb5463 (patch)
tree2744ee084abf5e07bff68ba080f45cf8beafda1a /Makefile
parent452bc3af043d51a1f82e4457c2a493823482222c (diff)
downloadansible-6894ae7d1d5feeae6690435bf8d428fa4eeb5463.tar.gz
Rename to ansible-core (#72594)
Change: - Initial set of changes for renaming to ansible-core - Includes changelog fragment changes from base -> core - Does NOT include docs changes - Modifies detection stuff in setup.py to support ansible<2.9 and ansible-base Test Plan: - ci_complete
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c504a858a..1c7cdba6a4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
########################################################
# variable section
-NAME = ansible-base
+NAME = ansible-core
OS = $(shell uname -s)
PREFIX ?= '/usr/local'
SDIST_DIR ?= 'dist'