Skip to content

Commit 34ecd11

Browse files
committed
Include tests in source distribution
1 parent 0d42885 commit 34ecd11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ authors = ["Oleg Pidsadnyi <[email protected]>", "Anatoly Bubenkov <buben
66
maintainers = ["Alessio Bogon <[email protected]>"]
77
license = "MIT"
88
readme = "README.rst"
9+
packages = [
10+
{ include = "pytest_bdd", from = "src" },
11+
{ include = "tests", format = "sdist" },
12+
]
913
homepage = "https://pytest-bdd.readthedocs.io/"
1014
documentation = "https://pytest-bdd.readthedocs.io/"
1115
repository = "https://github.com/pytest-dev/pytest-bdd"

0 commit comments

Comments
 (0)