From 5f2b8b01526030f12ccea85de0e5c1d9d92f4786 Mon Sep 17 00:00:00 2001 From: AnFreTh Date: Sat, 12 Apr 2025 22:46:41 +0200 Subject: [PATCH] fix package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c42b6e3..feebcf2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Package meta-data. -NAME = "stream_topic" +NAME = "pretab" DESCRIPTION = "A python package for preprocessing tabular data" HOMEPAGE = "https://github.com/OpenTabular/PreTab" EMAIL = "antonthielmann@t-online.de.de"