We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f666f9 commit 1e677a2Copy full SHA for 1e677a2
pyproject.toml
@@ -7,7 +7,7 @@ name = "python-evtx"
7
version = "0.8.0"
8
description = "Pure Python parser for Windows event log files (.evtx)."
9
readme = "README.md"
10
-license = { text = "Apache-2.0" }
+license = "Apache-2.0"
11
authors = [
12
{ name = "Willi Ballenthin", email = "willi.ballenthin@gmail.com" },
13
]
@@ -19,7 +19,6 @@ classifiers = [
19
"Development Status :: 5 - Production/Stable", # Assuming based on version 0.8.0
20
"Intended Audience :: Developers",
21
"Intended Audience :: Information Technology",
22
- "License :: OSI Approved :: Apache Software License",
23
"Operating System :: OS Independent",
24
"Programming Language :: Python :: 3",
25
"Programming Language :: Python :: 3.9",
0 commit comments