# Include important files in the distribution
include README.md
include LICENSE
include requirements.txt
include pyproject.toml
# Include all Python files in src
recursive-include src *.py
# Include package data
recursive-include src/ml_jupyter_mcp *.json *.toml *.txt
# Exclude unnecessary files
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store
recursive-exclude old *
recursive-exclude deploy *
recursive-exclude tests *
exclude .gitignore
exclude .kernel_daemon.lock
exclude .kernel_connection.json