chore: добавлена лицензия MIT

- Зачем:
  - формальное указание условий использования проекта.
- Что:
  - создан файл LICENSE с текстом MIT License.
  - добавлено поле license = "MIT" в pyproject.toml.
- Проверка:
  - cat LICENSE && grep license pyproject.toml.
This commit is contained in:
2026-03-18 23:57:35 +03:00
parent 16b52ca683
commit 8632960354
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "local-transcriber"
version = "0.1.0"
description = "Local CLI tool for audio/video transcription using faster-whisper"
license = "MIT"
requires-python = ">=3.10"
dependencies = [
"typer",