Skip to content

Commit

Permalink
Better description
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Oct 12, 2024
1 parent 14d79b4 commit 130e4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Code Checks"

on:
- push
- pull_request
- push
- pull_request

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
authors = [
{name = "Andrew DalPino", email = "[email protected]"},
]
description = "An autoscaling Bloom Filter with ultra-low memory footprint."
description = "PyBloomer is an implementation of the OkBloomer algorithm, an autoscaling Bloom filter with ultra-low memory footprint for Python."
readme = "README.md"
license = {text = "MIT"}

Expand Down

0 comments on commit 130e4cc

Please sign in to comment.