From d0fe899ca552874d8af9c7176b99dfda2e01fc39 Mon Sep 17 00:00:00 2001 From: Ali Hamdi Ali Fadel Date: Sun, 27 Aug 2023 19:17:29 +0300 Subject: [PATCH] Enhance project's README.md and pyproject.toml --- README.md | 15 +++++++++------ pyproject.toml | 10 ++++++++-- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e328bf1..320312a 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@

-
- - [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://tafrigh.ieasybooks.com) - [![Formatter](https://github.com/ieasybooks/tafrigh/actions/workflows/formatter.yml/badge.svg)](https://github.com/ieasybooks/tafrigh/actions/workflows/formatter.yml) - [![PyPI](https://img.shields.io/pypi/v/tafrigh?label=PyPI%20Version&color=limegreen)](https://pypi.org/project/tafrigh/) - +
+ + + + + + + +

تفريغ

diff --git a/pyproject.toml b/pyproject.toml index 26fb339..054f4a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,16 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.9" classifiers = [ - "Programming Language :: Python :: 3 :: Only", - "License :: OSI Approved :: MIT License", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] authors = [{ name = "الكتب المٌيسّرة", email = "easybooksdev@gmail.com" }]