aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-12 00:46:48 +0000
committerAlex Schofield <git@ajschof.me>2025-02-12 00:46:48 +0000
commit6621bdbc405ba71a208a1967d7d7a068a5c203ab (patch)
treee04d77847a92f93ecfb88e6b7f79378c21968efc
parentfcca49eed0e3734e5b33f8ef16128e3a37f7f772 (diff)
downloadgdpr-obfuscator-6621bdbc405ba71a208a1967d7d7a068a5c203ab.tar.gz
gdpr-obfuscator-6621bdbc405ba71a208a1967d7d7a068a5c203ab.zip
add pyproject.toml for poetry
-rw-r--r--pyproject.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..a629cbe
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,23 @@
+[project]
+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"}
+]
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+]
+
+[tool.poetry]
+packages = [
+ { include = "gdpr-obfuscator", from = "src" }
+]
+
+[tool.poetry.group.dev.dependencies]
+pytest = "8.3.4"
+
+[build-system]
+requires = ["poetry-core>=2.0.0,<3.0.0"]
+build-backend = "poetry.core.masonry.api"
git.ajschof.me — hosted by ajschofield — powered by cgit