Closed jayvdb closed 2 years ago
It is much easier to create distro packages for Python packages if the sdist contains the tests. Usually done by adding tests to MANIFEST.in. https://pypi.org/project/check-manifest/ is a great tool to help with this
Thank you for the information. I'll check.
It is much easier to create distro packages for Python packages if the sdist contains the tests. Usually done by adding tests to MANIFEST.in. https://pypi.org/project/check-manifest/ is a great tool to help with this