Skip to content

Commit

Permalink
poetry/sdist: Include tests and completions in tarball (iamkroot#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmubashshir authored and iamkroot committed Feb 27, 2022
1 parent 15f8202 commit d2419b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ classifiers = [
"Operating System :: OS Independent",
]

packages = [
{include = "trakt_scrobbler"},
{include = "tests", format = "sdist"},
{include = "completions/**/*.*?sh", format = "sdist"}
]

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.25.1"
Expand Down

0 comments on commit d2419b1

Please sign in to comment.