Skip to content

Commit bf27795

Browse files
committed
chore(pyproject): remove unnecessary package find configuration
Signed-off-by: OEvortex <abhat8283@gmail.com>
1 parent bdd1235 commit bf27795

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,4 @@ packages = ["HelpingAI"]
5151
HelpingAI = ["py.typed"]
5252

5353
[tool.setuptools.dynamic]
54-
version = {attr = "HelpingAI.version.VERSION"}
55-
56-
[tool.setuptools.packages.find]
57-
exclude = ["tests*"]
54+
version = {attr = "HelpingAI.version.VERSION"}

0 commit comments

Comments
 (0)