From 6cfc0838536d9be330c52b6f03a92cefee07fc24 Mon Sep 17 00:00:00 2001 From: Benny Thadikaran Date: Mon, 22 Apr 2024 22:37:17 +0530 Subject: [PATCH] added classifiers to pyproject.toml --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e1a0407..432cd8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,14 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", + "Programming Language :: Python :: 3 :: Only", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Intended Audience :: Developers", + "Intended Audience :: Financial and Insurance Industry", + "Natural Language :: English", + "Topic :: Office/Business :: Financial :: Investment", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Software Development :: Libraries", ] keywords = ["bse", "bse-stock-data", "stock-market-api", "stock-news-api"] dependencies = ["requests>=2.31.0", "mthrottle>=0.0.1"]