From 130e4ccc0aff93256d768cce7a3b1a4c2099ccd3 Mon Sep 17 00:00:00 2001 From: Andrew DalPino Date: Fri, 11 Oct 2024 20:42:50 -0500 Subject: [PATCH] Better description --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c498098..1f33c8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,8 @@ name: "Code Checks" on: -- push -- pull_request + - push + - pull_request jobs: test: diff --git a/pyproject.toml b/pyproject.toml index 3f375b0..66f0798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ authors = [ {name = "Andrew DalPino", email = "support@andrewdalpino.com"}, ] -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"}