File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def _get_dbt_core_version():
7777 return f"{ minor } { pre } "
7878
7979
80- package_name = "dbt_vertica_o "
80+ package_name = "dbt-vertica "
8181package_version = "1.3.0"
8282description = """The vertica adapter plugin for dbt (data build tool)"""
8383dbt_core_version = _get_dbt_core_version ()
@@ -88,10 +88,10 @@ def _get_dbt_core_version():
8888 description = description ,
8989 long_description = README ,
9090 long_description_content_type = 'text/markdown' ,
91- license = 'MIT' ,
92- author = 'sachin thakur, shilpa c ' ,
93- author_email = 'shilpa.chandrashekar15 @gmail.com, sachin.thakur9614@gmail .com' ,
94- url = 'https://github.com/Sachin-Thakur /dbt-vertica-3x /' ,
91+ license = 'MIT' ,
92+ author = 'Matthew Carter (original), Andrew Hedengren, Andy Reagan ' ,
93+ author_email = 'arosychuk @gmail.com, andy@andyreagan .com' ,
94+ url = 'https://github.com/vertica /dbt-vertica/' ,
9595 packages = find_packages (include = ["dbt" ,"dbt.*" ]),
9696
9797 package_data = {
You can’t perform that action at this time.
0 commit comments