mcp-vultr/MANIFEST.in
2025-06-11 16:16:34 -06:00

16 lines
321 B
Plaintext

include README.md
include LICENSE
include CHANGELOG.md
include pyproject.toml
recursive-include src *.py
recursive-include src *.typed
include tests/*.py
exclude tests/__pycache__/*
exclude src/**/__pycache__/*
exclude .git/*
exclude .gitignore
exclude .pytest_cache/*
exclude *.egg-info/*
exclude build/*
exclude dist/*