Skip to content

Commit 1e677a2

Browse files
pyproject: fix lints
1 parent 1f666f9 commit 1e677a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "python-evtx"
77
version = "0.8.0"
88
description = "Pure Python parser for Windows event log files (.evtx)."
99
readme = "README.md"
10-
license = { text = "Apache-2.0" }
10+
license = "Apache-2.0"
1111
authors = [
1212
{ name = "Willi Ballenthin", email = "willi.ballenthin@gmail.com" },
1313
]
@@ -19,7 +19,6 @@ classifiers = [
1919
"Development Status :: 5 - Production/Stable", # Assuming based on version 0.8.0
2020
"Intended Audience :: Developers",
2121
"Intended Audience :: Information Technology",
22-
"License :: OSI Approved :: Apache Software License",
2322
"Operating System :: OS Independent",
2423
"Programming Language :: Python :: 3",
2524
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)