You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
henry0312/pytest-pydocstyle#86
```sh
❯ check-manifest
lists of files in version control and sdist do not match!
missing from sdist:
Makefile
tests/test_pytest_pycodestyle.py
suggested MANIFEST.in rules:
include Makefile
recursive-include tests *.py
```
henry0312/pytest-pydocstyle#86
```sh
❯ check-manifest
lists of files in version control and sdist do not match!
missing from sdist:
Makefile
tests/test_pytest_pycodestyle.py
suggested MANIFEST.in rules:
include Makefile
recursive-include tests *.py
```
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
The text was updated successfully, but these errors were encountered: