diff --git a/plugins/.gitignore b/plugins/.gitignore index 6d3c8ff3..e2092085 100644 --- a/plugins/.gitignore +++ b/plugins/.gitignore @@ -1,4 +1,4 @@ /* !/.gitignore -!/pyenv-version-ext-compat +!/version-ext-compat !/python-build diff --git a/plugins/pyenv-version-ext-compat/README.md b/plugins/version-ext-compat/README.md similarity index 95% rename from plugins/pyenv-version-ext-compat/README.md rename to plugins/version-ext-compat/README.md index d96662d2..ac8ef824 100644 --- a/plugins/pyenv-version-ext-compat/README.md +++ b/plugins/version-ext-compat/README.md @@ -6,7 +6,7 @@ versions. (NOTICE: This project has been moved out as external plugin of pyenv. -The pyenv-version-ext-compat has left for backward compatibility, but will be removed from future release of pyenv. +The version-ext-compat has left for backward compatibility, but will be removed from future release of pyenv. See also [pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext).) ## Installation diff --git a/plugins/pyenv-version-ext-compat/bin/pyenv-sh-pop b/plugins/version-ext-compat/bin/pyenv-sh-pop similarity index 100% rename from plugins/pyenv-version-ext-compat/bin/pyenv-sh-pop rename to plugins/version-ext-compat/bin/pyenv-sh-pop diff --git a/plugins/pyenv-version-ext-compat/bin/pyenv-sh-push b/plugins/version-ext-compat/bin/pyenv-sh-push similarity index 100% rename from plugins/pyenv-version-ext-compat/bin/pyenv-sh-push rename to plugins/version-ext-compat/bin/pyenv-sh-push diff --git a/plugins/pyenv-version-ext-compat/install.sh b/plugins/version-ext-compat/install.sh similarity index 100% rename from plugins/pyenv-version-ext-compat/install.sh rename to plugins/version-ext-compat/install.sh