Skip to content

Commit 9890932

Browse files
committed
pyproject updates
1 parent dbf4b07 commit 9890932

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
[project]
22
name = "wildedge-sdk"
33
version = "0.1.0"
4+
description = "On-device ML inference monitoring for Python"
5+
readme = "README.md"
46
requires-python = ">=3.10"
57
dependencies = []
8+
license = { file = "LICENSE" }
9+
authors = [
10+
{ name = "WildEdge", email = "wildedge@googlegroups.com" },
11+
]
12+
keywords = ["machine learning", "inference", "monitoring", "observability", "edge ai", "mlops", "on-device"]
13+
classifiers = [
14+
"Development Status :: 4 - Beta",
15+
"Intended Audience :: Developers",
16+
"Intended Audience :: Science/Research",
17+
"License :: Other/Proprietary License",
18+
"Programming Language :: Python :: 3",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
24+
"Topic :: Software Development :: Libraries :: Python Modules",
25+
"Topic :: System :: Monitoring",
26+
"Operating System :: OS Independent",
27+
]
28+
29+
[project.urls]
30+
Homepage = "https://wildedge.dev"
31+
Documentation = "https://docs.wildedge.dev"
32+
Source = "https://github.com/wildedge/wildedge-python"
33+
Changelog = "https://github.com/wildedge/wildedge-python/blob/main/CHANGELOG.md"
634

735
[project.scripts]
836
wildedge = "wildedge.cli:main"

0 commit comments

Comments
 (0)