Skip to content

Commit

Permalink
Merge pull request #1579 from NixOS/poetry-2
Browse files Browse the repository at this point in the history
pyproject.toml: Update include
  • Loading branch information
roberth authored Feb 12, 2025
2 parents 5374247 + 60b03d2 commit 4b39188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.0.0"
description = "NixOS cloud provisioning and deployment tool"
authors = ["Eelco Dolstra <eelco.dolstra@logicblox.com>"]
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"
Expand Down

0 comments on commit 4b39188

Please sign in to comment.