mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

setup.py: do not install tests #347

Closed AndrewAmmerlaan closed 6 days ago

AndrewAmmerlaan commented 1 month ago

Tests should not be part of the install image

Issue found by QA warning in Gentoo Linux: https://projects.gentoo.org/python/guide/qawarn.html#stray-top-level-files-in-site-packages

geertjanvdenbosch commented 6 days ago

Hi @AndrewAmmerlaan,

Thank you for bringing this to our attention and contribution. It's been superseded by https://github.com/mollie/mollie-api-python/pull/358, so I'll be closing this PR. The reasoning for this is, that using include will allows other packages in the root folder, without needing to exclude them in the future.