We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03bc2c commit 7a58ac7Copy full SHA for 7a58ac7
pyproject.toml
@@ -6,8 +6,8 @@ exclude = "tests"
6
7
[tool.setuptools.packages.find]
8
where = ["src"]
9
-include = ["property_utils"]
10
-exclude = ["property_utils.tests"]
+include = ["property_utils*"]
+exclude = ["property_utils.tests*"]
11
namespaces = false
12
13
[build-system]
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
16
17
[project]
18
name = "property-utils"
19
-version = "0.2.0"
+version = "0.2.1"
20
authors = [
21
{ name="Maximos Nikiforakis", email="[email protected]" },
22
]
0 commit comments