- 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
11 lines
254 B
Plaintext
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
|