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]