diff --git a/pyproject.toml b/pyproject.toml index 802b1d0..34e41cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Terminals", ] requires-python = ">=3.8" -dependencies = ["xonsh>=0.12.5"] +dependencies = ["xonsh>=0.12.5", "pygit2>=1.11.1"] authors = [ { name = "Kyle Gottfried", email = "Kyle.Gottfried@outlook.com" }, ] @@ -50,11 +50,11 @@ requires = [ ] build-backend = "setuptools.build_meta" [tool.setuptools] - + platforms = ["any"] include-package-data = false [tool.setuptools.package-data] - + [tool.black]