From 2392a873c70c916175faab677b703353c09bef4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:57:43 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 4 ++-- pyproject.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9bcf178..51daa49 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ To release the lock on the current directory whenever the prompt is shown in xonsh shell. Windows only xontrib.

-

+

If you like the idea click ⭐ on the repo and tweet.

@@ -26,7 +26,7 @@ xontrib load free_cwd Enabling this will allow other programs or Windows Explorer to delete or rename the current or parent directories. Internally, it is accomplished by temporarily resetting -CWD to the root drive folder while waiting at the prompt. +CWD to the root drive folder while waiting at the prompt. ## Known issues diff --git a/pyproject.toml b/pyproject.toml index bfac46f..3c99769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,16 +47,16 @@ requires = [ ] build-backend = "setuptools.build_meta" [tool.setuptools] - + packages = ["xontrib"] package-dir = {xontrib = "xontrib"} - + platforms = ["any"] include-package-data = false [tool.setuptools.package-data] - + xontrib = ["*.xsh"] - + [tool.isort]