Skip to content

Commit e3c001d

Browse files
committed
Extended poetry description
1 parent ad64c16 commit e3c001d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ description = "IoT Inspector API client"
55
homepage = "https://www.iot-inspector.com/"
66
authors = ["IoT Inspector <support@iot-inspector.com>"]
77
license = "MIT"
8+
readme = "README.md"
9+
keywords = ["iot", "security", "firmware", "analysis"]
10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"Environment :: Console",
13+
"License :: OSI Approved :: MIT License",
14+
"Operating System :: OS Independent",
15+
"Programming Language :: Python :: 3 :: Only",
16+
"Topic :: Security"]
17+
18+
[tool.poetry.urls]
19+
"GitHub" = "https://github.com/IoT-Inspector/python-client"
20+
"Bug Tracker" = "https://github.com/IoT-Inspector/python-client/issues"
821

922
[tool.poetry.dependencies]
1023
python = "^3.6.1"

0 commit comments

Comments
 (0)