aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-20 18:15:09 +0000
committerAlex Schofield <git@ajschof.me>2025-02-20 18:15:09 +0000
commite62a99355c8e1f9408e69e791f16859219648d62 (patch)
treebe3d36f25aef415036b26ccb01b1a7bdc859c95d /pyproject.toml
parent31f2de8eca3435bd1ac28255567200e6759836cf (diff)
downloadgdpr-obfuscator-e62a99355c8e1f9408e69e791f16859219648d62.tar.gz
gdpr-obfuscator-e62a99355c8e1f9408e69e791f16859219648d62.zip
update pyproject.toml to allow builds and change author variable
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 46114bc..1519725 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,13 +2,13 @@
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 = [{ name = "Alex Schofield", email = "git@ajschof.me" }]
+authors = ["Alex Schofield <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)"]
[tool.poetry]
-package-mode = false
+package-mode = true
[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
git.ajschof.me — hosted by ajschofield — powered by cgit