We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3888349 commit 2d2c33cCopy full SHA for 2d2c33c
1 file changed
pyproject.toml
@@ -1,14 +1,22 @@
1
[project]
2
name = "talkops"
3
-version = "1.0.1"
4
-description = "TalkOps SDK"
+version = "1.0.2"
5
authors = [{ name = "PicoUX" }]
+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
+]
12
license = "MIT"
13
license-files = ["LICENSE"]
-readme = "README.md"
-requires-python = ">=3.7"
14
dependencies = [
15
"jinja2>=3.1.6",
16
"requests>=2.32.3",
17
"sseclient-py>=1.8.0"
18
]
19
+
20
+[project.urls]
21
+Homepage = "https://talkops.app"
22
+Issues = "https://github.com/talkops/sdk-python/issues"
0 commit comments