henry0312 / pytest-pydocstyle

pytest plugin to run pydocstyle
MIT License
14 stars 3 forks source link

Update MANIFEST.in to add tests and Makefile to sdist #88

Closed henry0312 closed 1 year ago

henry0312 commented 1 year ago
❯ check-manifest
lists of files in version control and sdist do not match!
missing from sdist:
  Makefile
  tests/test_pytest_pydocstyle.py
suggested MANIFEST.in rules:
  include Makefile
  recursive-include tests *.py

Close #86