Skip to content

Commit

Permalink
Include tests as standard includes and not packages
Browse files Browse the repository at this point in the history
Co-Authored-By: Kye W. Shi <3887189+kwshi@users.noreply.github.com>
  • Loading branch information
sdispater and kwshi committed May 20, 2021
1 parent 351d662 commit 63b96f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ readme = "README.md"
homepage = "https://github.com/sdispater/tomlkit"
repository = "https://github.com/sdispater/tomlkit"

packages = [
{include = "tomlkit"},
{include = "tests", format = "sdist"}
include = [
{ path = "tomlkit/py.typed" },
{ path = "tests", format = "sdist" }
]
include = ["tomlkit/py.typed"]

[tool.poetry.dependencies]
python = "~2.7 || ^3.5"
Expand Down

0 comments on commit 63b96f1

Please sign in to comment.