From 4b26e2b7f7e41d3a3d3850118a3c25a58af68be1 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 26 Jul 2024 12:11:33 -0400 Subject: [PATCH] update to pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 398e176..6eb3277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,6 +150,7 @@ aprsd = "aprsd.main:main" # installed, specify them here. py-modules = ["aprsd"] package-data = {"sample" = ["*.dat"]} +packages = ["aprsd"] [build-system] requires = [