Skip to content

Commit

Permalink
Merge pull request #80 from aliceinwire/fix_poetry
Browse files Browse the repository at this point in the history
poetry/ci: Fix poetry 2.0.0 compatibility
  • Loading branch information
aliceinwire authored Jan 8, 2025
2 parents 5c272d7 + e90a8df commit da06336
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
license = "LGPL-2.1-or-later"
readme = "README.md"
packages = [
{include = "kcidev"},
{include = "subcommands", from="kcidev"},
{include = "libs", from="kcidev"},
{include = ".kci-dev.toml.example", to="kcidev"},
{include = "kcidev", format = ["sdist", "wheel"]},
{include = "subcommands", from="kcidev", format = ["sdist", "wheel"]},
{include = "libs", from="kcidev", format = ["sdist", "wheel"]},
{include = ".kci-dev.toml.example", to="kcidev", format = ["sdist", "wheel"]},
]
repository = "/~https://github.com/kernelci/kci-dev"
classifiers = [
Expand Down

0 comments on commit da06336

Please sign in to comment.