From 6ba409a4a1f226c1164fddd28b06904f31347d91 Mon Sep 17 00:00:00 2001 From: dormant-user Date: Thu, 28 Nov 2024 19:36:37 -0600 Subject: [PATCH] Update `disks` package in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c31647d..8dd04fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ packages = [ "pyninja.modules", "pyninja.monitor", "pyninja.routes", + "pyninja.features.disks", "pyninja.monitor.templates" ] [tool.setuptools.package-data]