From c42acb904bdc74c906737791c9acdc05277e31ce Mon Sep 17 00:00:00 2001 From: Greg Hetherington Date: Fri, 10 Oct 2025 16:31:01 -0400 Subject: [PATCH] Update setup.py to correct package name I published a new library instead of updating due to the name being different. This should fix --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7f6c9c..b395ea7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = fh.read() setup( - name="vena-etl-python-interface", + name="vepi", version=__version__, author="Greg Hetherington", author_email="ghetherington@venacorp.com", @@ -29,4 +29,4 @@ "pandas>=1.1.0", ], include_package_data=True, -) \ No newline at end of file +)