From bed0f088257cb472b8dc009c332192a4f9b57747 Mon Sep 17 00:00:00 2001 From: Ibraheem Tuffaha Date: Wed, 9 Aug 2023 09:21:42 +0300 Subject: [PATCH] Add PyPI classifiers to pyproject.toml --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad759a4..315006e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "easybooksdev@gmail.com" }] keywords = ["tafrigh", "speech-to-text", "wit.ai", "whisper"] dependencies = ["tqdm==4.65.1", "yt-dlp==2023.7.6"]