Skip to content

Commit

Permalink
added classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThadikaran committed Apr 22, 2024
1 parent d5bdea1 commit 6cfc083
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6cfc083

Please sign in to comment.