From d5fbb929c330dd3b2a203d1842f6733c5eab3f64 Mon Sep 17 00:00:00 2001 From: Veinar Date: Thu, 21 Nov 2024 12:03:39 +0100 Subject: [PATCH] Minor updates --- .gitignore | 4 +++- README.md | 3 ++- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 83b28a6..0d7c7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ venv .venv *__pycache__* *egg-info* -.pytest* \ No newline at end of file +.pytest* +dist +dist/* \ No newline at end of file diff --git a/README.md b/README.md index ae25589..0807ba9 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ > "Because Your Secrets Deserve Better Than Plaintext!" ![GitHub License](https://img.shields.io/github/license/Veinar/envcloak) -![Contrib Welcome](https://img.shields.io/badge/contributions-welcome-yellow) +![Contrib Welcome](https://img.shields.io/badge/contributions-welcome-blue) ![Code style](https://img.shields.io/badge/code%20style-black-black) +![CI/CD Pipeline](https://github.com/Veinar/envcloak/actions/workflows/test_and_build.yaml/badge.svg) Welcome to EnvCloak, the ultimate sidekick for developers, ops folks, and anyone who’s ever accidentally committed an API key to version control. (Yes, I know… it happens to the best of us. 😅) EnvCloak takes the stress out of managing environment variables by wrapping them in the cozy blanket of encryption, so you can focus on building awesome things—without the lingering fear of a security breach. diff --git a/pyproject.toml b/pyproject.toml index 51b196b..9368a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "envcloak" -version = "0.0.1" +version = "0.0.2" description = "Securely manage encrypted environment variables with ease." readme = "README.md" license = { file = "LICENSE" }