Skip to content

Commit

Permalink
rearrange exlusions
Browse files Browse the repository at this point in the history
  • Loading branch information
kgal-pan committed Apr 8, 2024
1 parent 31ce98f commit daf87d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers=[
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython'
]
exclude = ["TestSuite/**", "*/tests/*", "tests", "demisto_sdk/**/*_test.py"]
exclude = ["TestSuite/**", "tests_end_to_end/**", "demisto_sdk/tests/**", "demisto_sdk/**/tests/**", "demisto_sdk/**/test_data/**", "demisto_sdk/**/test_files/**"]

[tool.poetry.scripts]
demisto-sdk = "demisto_sdk.__main__:main"
Expand Down

0 comments on commit daf87d2

Please sign in to comment.