Skip to content

Commit

Permalink
Add PyPI classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemTuffaha committed Aug 9, 2023
1 parent e6fc893 commit eb807c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ description = "تفريغ النصوص وإنشاء ملفات SRT و VTT بنا
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
authors = [{ name = "الكتب المٌيسّرة", email = "[email protected]" }]
keywords = ["tafrigh", "speech-to-text", "wit.ai", "whisper"]
dependencies = ["tqdm==4.65.1", "yt-dlp==2023.7.6"]
Expand Down

0 comments on commit eb807c6

Please sign in to comment.