Skip to content

Commit 7a58ac7

Browse files
committed
Actually include modules in distributed version
1 parent a03bc2c commit 7a58ac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ exclude = "tests"
66

77
[tool.setuptools.packages.find]
88
where = ["src"]
9-
include = ["property_utils"]
10-
exclude = ["property_utils.tests"]
9+
include = ["property_utils*"]
10+
exclude = ["property_utils.tests*"]
1111
namespaces = false
1212

1313
[build-system]
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
1616

1717
[project]
1818
name = "property-utils"
19-
version = "0.2.0"
19+
version = "0.2.1"
2020
authors = [
2121
{ name="Maximos Nikiforakis", email="[email protected]" },
2222
]

0 commit comments

Comments
 (0)