Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Exclude test files from package
  • Loading branch information
jillingk authored Oct 16, 2024
1 parent 9d1e26d commit e81eb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Adyen',
packages=find_packages(include="Adyen*"),
packages=find_packages(include="Adyen*", exclude=["tests", "tests.*"]),
version='12.7.1',
maintainer='Adyen',
maintainer_email='[email protected]',
Expand Down

0 comments on commit e81eb62

Please sign in to comment.