gifn-apply: push the Python source down into subdirectories
Push the source of the gifn_apply module from python/ down into python/src/
Push the unit tests from python/unit_tests/ to python/tests/unit/
This is done mainly to make sure that there are no implicit import paths
involved either in the packaging of the Python sdist/wheel, or in
the pytest run.
Change-Id: Ie5f85bc080836cfa84ab267b869f8bc009e3e197
diff --git a/tools/git-if-needed/pyproject.toml b/tools/git-if-needed/pyproject.toml
index a259e91..a0d040d 100644
--- a/tools/git-if-needed/pyproject.toml
+++ b/tools/git-if-needed/pyproject.toml
@@ -21,7 +21,7 @@
[tool.setuptools]
zip-safe = true
-package-dir = {"" = "python"}
+package-dir = {"" = "python/src"}
packages = ["gifn_apply"]
[tool.mypy]