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 159a9ad commit 178fa70Copy full SHA for 178fa70
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='Adyen',
5
- packages=find_packages(include="Adyen*"),
+ packages=find_packages(include="Adyen*", exclude=["tests", "tests.*"]),
6
version='12.7.1',
7
maintainer='Adyen',
8
maintainer_email='support@adyen.com',
0 commit comments