aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-20 18:18:46 +0000
committerAlex Schofield <git@ajschof.me>2025-02-20 18:18:46 +0000
commitf8e6f1be79a4d6b5262cc3edaad1512cd26337ee (patch)
tree0910253e436468ebdab9227999b94ada8542b861 /pyproject.toml
parente62a99355c8e1f9408e69e791f16859219648d62 (diff)
downloadgdpr-obfuscator-f8e6f1be79a4d6b5262cc3edaad1512cd26337ee.tar.gz
gdpr-obfuscator-f8e6f1be79a4d6b5262cc3edaad1512cd26337ee.zip
update author variable in pyproject.toml to fix build issue
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1519725..2897a16 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
name = "gdpr-obfuscator"
version = "0.1.0"
description = "A Python library designed to detect and remove Personally Identifiable Information (PII) from CSV files stored in an AWS S3 bucket."
-authors = ["Alex Schofield <git@ajschof.me>"]
+authors = [{ name = "Alex Schofield", email = "git@ajschof.me>"}]
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["tabulate (>=0.9.0,<0.10.0)", "boto3 (>=1.36.22,<2.0.0)"]
git.ajschof.me — hosted by ajschofield — powered by cgit