Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JKincorperated committed Mar 2, 2024
1 parent 3d70495 commit 39dcc80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ build-backend = "setuptools.build_meta"

[project]
name = "ssvlogger"
version = "1.0.4"
version = "1.1.0"
description = "A simple python package to parse SSV node logs and make them legible"
readme = "README.md"
requires-python = ">=3.8"
license = { file="LICENSE" } # Assuming the license is in a file named LICENSE
authors = [
{ name = "JKinc", email = "[email protected]" }, # Added author email from setup.py
{ name = "JKinc"},
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License", # Check classifier format as it might be incorrect
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
keywords = ["SSV", "logging"]
Expand Down

0 comments on commit 39dcc80

Please sign in to comment.