Skip to content

Commit 2c1bf95

Browse files
committed
Improve package description and keywords; bump to 0.2.1
1 parent cd78348 commit 2c1bf95

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "newsdataapi"
3-
description = "Official Python SDK for the NewsData.io REST API"
3+
description = "Official Python client (SDK) for the Newsdata.io News API — fetch real-time, historical, crypto, and stock-market news via REST, with validation, retries, pagination, and typed exceptions."
44
dynamic = ["version"]
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -11,7 +11,20 @@ dependencies = [
1111
"requests>=2.25,<3",
1212
]
1313

14-
keywords = ["news", "news-data", "newsdata", "api", "sdk"]
14+
keywords = [
15+
"news",
16+
"newsdata",
17+
"newsdata-io",
18+
"news-api",
19+
"rest-api",
20+
"api-client",
21+
"python-sdk",
22+
"sdk",
23+
"crypto-news",
24+
"financial-news",
25+
"market-news",
26+
"news-aggregator",
27+
]
1528

1629
classifiers = [
1730
"Development Status :: 4 - Beta",

src/newsdataapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
NewsdataValidationError,
1313
)
1414

15-
__version__ = "0.2.0"
15+
__version__ = "0.2.1"
1616

1717
__all__ = [
1818
"NewsDataApiClient",

0 commit comments

Comments
 (0)