Skip to content

Commit ac9b6a6

Browse files
committed
Update development status and authors
1 parent da5f031 commit ac9b6a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "energy-dependency-inspector"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Captures dependency snapshots of software systems for tracking changes across measurements. Originally designed for energy measurement contexts, also usable as a general-purpose dependency resolver."
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = {text = "MIT"}
1212
authors = [
13-
{name = "Green Coding Solutions"}
13+
{name = "David Kopp"},
14+
{name = "Arne Tarara"}
1415
]
1516
keywords = ["dependencies", "docker", "containers", "package-manager", "energy", "inspection", "snapshot", "resolver"]
1617
classifiers = [
17-
"Development Status :: 3 - Alpha",
18+
"Development Status :: 4 - Beta",
1819
"Intended Audience :: Developers",
1920
"Intended Audience :: System Administrators",
2021
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)