Skip to content

Commit

Permalink
fix pyproject.toml (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 authored Mar 14, 2024
1 parent 6586cba commit 31188ed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",

"Intended Audience :: Developers",
"Intended Audience :: Information Technology",

"License :: LGPL-2.1",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",

"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",

"Operating System :: POSIX :: Linux",

"Topic :: Security",
"Topic :: System :: Logging",
]
keywords = [
"elasticsearch",
Expand Down

0 comments on commit 31188ed

Please sign in to comment.