aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2897a16..9fcf04e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,9 @@ dependencies = ["tabulate (>=0.9.0,<0.10.0)", "boto3 (>=1.36.22,<2.0.0)"]
[tool.poetry]
package-mode = true
+packages = [
+ { include = "gdpr_obfuscator"}
+]
[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
git.ajschof.me — hosted by ajschofield — powered by cgit