diff --git a/setup.py b/setup.py index 746d40a..c8d00b2 100644 --- a/setup.py +++ b/setup.py @@ -88,8 +88,8 @@ def _get_dbt_core_version(): description=description, long_description=README, long_description_content_type='text/markdown', - license='MIT', - author='Matthew Carter (original), Andrew Hedengren, Andy Reagan', + license='Apache License', + author='Vertica (Former authors:- Matthew Carter, Andy Regan, Andrew Hedengren)', author_email='arosychuk@gmail.com, andy@andyreagan.com', url='https://github.com/vertica/dbt-vertica/', packages=find_packages(include=["dbt","dbt.*"]),