diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-17 17:03:46 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-17 17:03:46 +0000 |
| commit | abdd2753227782b548672ae21b6b0d1345bea057 (patch) | |
| tree | 8ad32d81367a278f26c5a87b5039f058f34aacab /pyproject.toml | |
| parent | a8127828dd18d37bc510204743c34194090ae675 (diff) | |
| download | gdpr-obfuscator-abdd2753227782b548672ae21b6b0d1345bea057.tar.gz gdpr-obfuscator-abdd2753227782b548672ae21b6b0d1345bea057.zip | |
temporarily disable package-mode in pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml index d5db843..cc923b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,19 +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 = [{ name = "Alex Schofield", email = "git@ajschof.me" }] readme = "README.md" requires-python = ">=3.13" -dependencies = [ - "tabulate (>=0.9.0,<0.10.0)" -] +dependencies = ["tabulate (>=0.9.0,<0.10.0)"] [tool.poetry] -packages = [ - { include = "gdpr-obfuscator", from = "obfuscator" } -] +package-mode = false [tool.poetry.group.dev.dependencies] pytest = "8.3.4" |
