Skip to content

Commit 2e5a034

Browse files
Do not publish tests module
The tests are in the package that is uploaded to pypi
1 parent 77f5c7c commit 2e5a034

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"aws-caching": ["aws-secretsmanager-caching", "boto3"],
1515
"aws": ["boto3"]
1616
},
17-
packages=['tests', 'tests.api', 'tests.api.orders', 'tests.api.sellers', 'tests.api.finances',
18-
'tests.api.product_fees', 'tests.api.notifications', 'tests.api.reports', 'tests.client',
19-
'sp_api',
17+
packages=['sp_api',
2018
'sp_api.api',
2119
'sp_api.api.orders',
2220
'sp_api.api.sellers',

0 commit comments

Comments
 (0)