summarylogtreecommitdiffstats
path: root/magic-wormhole-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'magic-wormhole-git.patch')
-rw-r--r--magic-wormhole-git.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/magic-wormhole-git.patch b/magic-wormhole-git.patch
new file mode 100644
index 000000000000..8716255bad4b
--- /dev/null
+++ b/magic-wormhole-git.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index 51b97c3..c64074a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -27,6 +27,7 @@ setup(name="magic-wormhole",
+
+ package_dir={"": "src"},
+ packages=["wormhole",
++ "wormhole._dilation",
+ "wormhole.cli",
+ "wormhole.test",
+ ],