MANIFEST.in 141 B

1234567
  1. include LICENSE
  2. include .pre-commit-config.yaml
  3. include pyproject.toml
  4. include requirements.txt
  5. include tox.ini
  6. recursive-include tests *.py