Skip to content

Commit

Permalink
add snowflake support (#259)
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  172c7ce
  • Loading branch information
cmcarthur authored and iknox-fa committed Feb 8, 2022
1 parent 94e4446 commit cbed9cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
url="https://github.com/dbt-labs/dbt-core",
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
test_suite='test',
test_suite="test",
entry_points={
'console_scripts': [
'dbt = dbt.main:main',
"console_scripts": [
"dbt = dbt.main:main",
],
},
scripts=[
'scripts/dbt',
"scripts/dbt",
],
install_requires=[
'Jinja2==2.11.3',
Expand Down

0 comments on commit cbed9cc

Please sign in to comment.