From 934b5d1fe22071da0f563aeb4f4641c96fc1be7e Mon Sep 17 00:00:00 2001 From: Leah Tacke genannt Unterberg <leah.tgu@pads.rwth-aachen.de> Date: Tue, 10 Dec 2024 14:21:03 +0100 Subject: [PATCH] minor update --- README.md | 2 +- justfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 088ea17..b04f741 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mitm-support +# mitm-tooling This python package contains basic functionality to work with "Models-in-the-Middle" (MitM) data sets. It bundles a generic mechanism to load and export relational data as a configurable MitM. \ No newline at end of file diff --git a/justfile b/justfile index b39ef28..44800d9 100644 --- a/justfile +++ b/justfile @@ -9,10 +9,10 @@ update: build: @poetry build -release: +publish: @poetry publish --build requirements: - @poetry export --without-hashes -f requirements.txt > requirements.txt + @poetry export --without-hashes -f requirements.txt > requirements.txt --without-hashes preflight: lock requirements build -- GitLab