Skip to content

Commit

Permalink
exclude test files from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Jan 22, 2025
1 parent 27906c5 commit 007e89b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allow-direct-references = true

[project]
name = "multiversx-sdk"
version = "1.0.0b1"
version = "1.0.0b2"
authors = [
{ name="MultiversX" },
]
Expand Down Expand Up @@ -41,5 +41,6 @@ exclude = [
"./examples",
".vscode",
"./multiversx_sdk/testutils/",
"./docs"
"./docs",
"./multiversx_sdk/**/*_test.py"
]

0 comments on commit 007e89b

Please sign in to comment.