-
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.
Merge pull request #2 from pinzon/fix-info
update readme and project info
- Loading branch information
Showing
2 changed files
with
52 additions
and
5 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
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[project] | ||
name = "aws-json-term-matcher" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = [ | ||
{ name = 'Cristopher Pinzon', email = '[email protected]' } | ||
] | ||
description = "The core library and runtime of LocalStack" | ||
description = 'A Python library for advanced filtering and matching of AWS JSON logs, designed to simplify log parsing and enhance filtering capabilities.' | ||
|
||
requires-python = ">=3.8" | ||
dependencies=[ | ||
"lark" | ||
|
@@ -20,3 +21,10 @@ dev = [ | |
test = [ | ||
"pytest" | ||
] | ||
|
||
|
||
[project.urls] | ||
Repository = "https://github.com/pinzon/aws-json-term-matcher.git" | ||
|
||
[tool.setuptools.dynamic] | ||
readme = { file = ["README.md"], content-type = "text/markdown"} |