feat: update README, add examples
This commit is contained in:
parent
bdf9e90efa
commit
5b600828f6
2 changed files with 31 additions and 21 deletions
|
|
@ -4,7 +4,7 @@ description = "Simple logs supressor and filter"
|
|||
authors = [
|
||||
{ name = "cătălin", email = "catalin@roboces.dev" },
|
||||
]
|
||||
dynamic = ["version"]
|
||||
version = "0.1.0"
|
||||
dependencies = []
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
|
|
@ -44,11 +44,13 @@ linters = [
|
|||
"pyright>=1.1.329",
|
||||
]
|
||||
[tool.pdm.build]
|
||||
excludes = ["**/.pytest_cache/**"]
|
||||
excludes = ["**/.pytest_cache/**", "tests/**"]
|
||||
includes = ["shush"]
|
||||
|
||||
[tool.pdm]
|
||||
version = { source = "file", path = "shush/__version__.py" }
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
|
||||
[tool.pytest]
|
||||
mock_use_standalone_module = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue