aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-flake8-pyi/files/patch-pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-flake8-pyi/files/patch-pyproject.toml b/devel/py-flake8-pyi/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a9dc037c1937
--- /dev/null
+++ b/devel/py-flake8-pyi/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
++++ pyproject.toml
+@@ -74,6 +74,9 @@ dev = [
+ [project.entry-points]
+ "flake8.extension" = {Y0 = "pyi:PyiTreeChecker"}
+
++[tool.hatch.build.targets.wheel]
++packages = ["pyi.py"]
++
+ [tool.hatch.version]
+ source = "vcs"
+