-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d70495
commit 39dcc80
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|