Skip to content

Commit 2d2c33c

Browse files
committed
Update manifest
1 parent 3888349 commit 2d2c33c

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
[project]
22
name = "talkops"
3-
version = "1.0.1"
4-
description = "TalkOps SDK"
3+
version = "1.0.2"
54
authors = [{ name = "PicoUX" }]
5+
description = "TalkOps SDK"
6+
readme = "README.md"
7+
requires-python = ">=3.9"
8+
classifiers = [
9+
"Programming Language :: Python :: 3",
10+
"Operating System :: OS Independent",
11+
]
612
license = "MIT"
713
license-files = ["LICENSE"]
8-
readme = "README.md"
9-
requires-python = ">=3.7"
1014
dependencies = [
1115
"jinja2>=3.1.6",
1216
"requests>=2.32.3",
1317
"sseclient-py>=1.8.0"
1418
]
19+
20+
[project.urls]
21+
Homepage = "https://talkops.app"
22+
Issues = "https://github.com/talkops/sdk-python/issues"

0 commit comments

Comments
 (0)