summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDominic <yobmod@gmail.com>2021-07-24 17:06:53 +0100
committerGitHub <noreply@github.com>2021-07-24 17:06:53 +0100
commit0c1446da2d1ce0382cbc65d7a2aad4483783ae74 (patch)
tree6a93dcbf3f13bf7fc08e8aeabdac6e1d958d4980 /pyproject.toml
parent02b4fff9689857f9e0f079caa71891eee0d56f99 (diff)
parentfb21782089dbbb43b2f8cf36ce3e732558032aff (diff)
downloadgitpython-0c1446da2d1ce0382cbc65d7a2aad4483783ae74.tar.gz
Merge pull request #1297 from gitpython-developers/py.typed
Fix Py.typed discovery
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 79e62840..94f74793 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,7 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
+
[tool.pytest.ini_options]
python_files = 'test_*.py'
testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing