Skip to content

Commit

Permalink
build(pyproject): include tests in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 5, 2023
1 parent 059e26d commit 33f43f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ classifiers = [
"Topic :: Utilities"
]

include = [
{ path = "example.cbor", format = "sdist" },
{ path = "example.json", format = "sdist" },
{ path = "example.msgpack", format = "sdist" },
{ path = "example.toml", format = "sdist" },
{ path = "example.yaml", format = "sdist" },
{ path = "tests/", format = "sdist" },
{ path = "tox.ini", format = "sdist" },
]

[tool.poetry.dependencies]
python = "^3.8"
cbor2 = "^5.4"
Expand Down

0 comments on commit 33f43f8

Please sign in to comment.