youtube-cli/MANIFEST.in
Jarian Cottingham 4538857ce3 feat: prepare package for PyPI publishing
- Fix author metadata (name, email, URLs)
- Add LICENSE file (MIT)
- Add MANIFEST.in for proper sdist packaging
- Add PyPI publish workflow (.gitea/workflows/publish.yml)
- Add keywords for discoverability
- Align python_requires to >=3.10 across setup.py and pyproject.toml
2026-07-05 06:47:32 +00:00

11 lines
254 B
Plaintext

include README.md
include LICENSE
include pyproject.toml
include requirements.txt
recursive-include youtube_cli *.py
recursive-include youtube_tui *.py
recursive-include tests *.py
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude .venv