Skip to content

Commit 60b03d2

Browse files
roberthcorngood
andcommitted
pyproject.toml: Update include
Derived from NixOS/nixpkgs#379417 Co-Authored-By: David McFarland <[email protected]>
1 parent 5374247 commit 60b03d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "2.0.0"
44
description = "NixOS cloud provisioning and deployment tool"
55
authors = ["Eelco Dolstra <[email protected]>"]
66
license = "LGPL-3.0-only"
7-
include = ["nix/*.nix", "nixops/py.typed" ]
7+
include = [ { path = "nix/*.nix", format = "wheel" }, { path = "nixops/py.typed", format = "wheel" } ]
88

99
[tool.poetry.dependencies]
1010
python = "^3.10"

0 commit comments

Comments
 (0)