From 6f1c191feeee961b71b4f2be0b56dc054f91569e Mon Sep 17 00:00:00 2001
From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com>
Date: Mon, 7 Oct 2024 20:09:21 -0400
Subject: [PATCH] Add logo (#48)
---
README.md | 12 +++++++++---
logo.svg | 10 ++++++++++
pyproject.toml | 2 +-
3 files changed, 20 insertions(+), 4 deletions(-)
create mode 100644 logo.svg
diff --git a/README.md b/README.md
index 97cb4db..649a2ca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-# exif-stripper
-
-Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is removed.
+
+
@@ -43,6 +42,13 @@ Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is
+
+
+
+
+# exif-stripper
+
+An easy-to-use tool to ensure image metadata (EXIF data and extended attributes) is removed.
## Usage
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..a90ae48
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index b5ce066..3b8e68c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
[project]
name = "exif-stripper"
-description = "Pre-commit hook to ensure image EXIF data is removed."
+description = "An easy-to-use tool to ensure image metadata (EXIF data and extended attributes) is removed."
readme = "README.md"
keywords = [
"exif",