From 60b03d2125286abee27dbbdf2a73d9af80f0e98b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 11 Feb 2025 22:06:11 +0100 Subject: [PATCH] pyproject.toml: Update include Derived from https://github.com/NixOS/nixpkgs/pull/379417 Co-Authored-By: David McFarland --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f90c5f016..df10be9c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.0.0" description = "NixOS cloud provisioning and deployment tool" authors = ["Eelco Dolstra "] license = "LGPL-3.0-only" -include = ["nix/*.nix", "nixops/py.typed" ] +include = [ { path = "nix/*.nix", format = "wheel" }, { path = "nixops/py.typed", format = "wheel" } ] [tool.poetry.dependencies] python = "^3.10"