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 +)