Skip to content

Commit 2e757bc

Browse files
committed
chore: update pyproject.toml to add missing variables
1 parent f7cbd76 commit 2e757bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

unix/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[project]
22
name = "machine_stats"
33
dynamic = ["version"]
4+
author = "Tidal SW"
5+
author_email = "[email protected]"
6+
homepage = "https://github.com/tidalmigrations/machine_stats"
47
description = "A simple and effective way to gather machine statistics (RAM, Storage, CPU, etc.) from server environment"
58
readme = "README.md"
6-
requires-python = ">=3.12"
9+
requires-python = ">=3.10,<=3.14"
710
dependencies = [
811
"ansible-runner==2.4.2",
912
"ansible>=2.12",
1013
"pluginbase",
1114
]
15+
1216
classifiers = [
1317
"Intended Audience :: System Administrators",
1418
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)