From 23945b4cc602438a97c63ba61cd920ef27e131b6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 13 Jun 2022 15:23:04 +0200 Subject: pkg: fix gerbolyze script this broke for no apparent reason. python packaging is terrible. so much enterprise-grade code for what really should be a very simple job. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index a95aa03..eb7ab00 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ include MANIFEST.in include setup.py recursive-include gerbolyze *.py +recursive-include bin * -- cgit