Skip to content

Commit 15e396c

Browse files
committed
remove data build tool from description
1 parent 1de0d7c commit 15e396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
package_name = "dbt-sqlserver"
1010
authors_list = ["Mikael Ene", "Anders Swanson", "Sam Debruyn", "Cor Zuurmond"]
1111
dbt_version = "1.3"
12-
description = """A Microsoft SQL Server adapter plugin for dbt (data build tool)"""
12+
description = """A Microsoft SQL Server adapter plugin for dbt"""
1313

1414
this_directory = os.path.abspath(os.path.dirname(__file__))
1515
with open(os.path.join(this_directory, "README.md")) as f:

0 commit comments

Comments
 (0)