Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndehaes committed Jan 10, 2024
1 parent 48436e9 commit d6fe982
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

package_name = "dbt-conveyor-snowflake"
# make sure this always matches dbt/adapters/{adapter}/__version__.py
package_version = "1.7.0"
description = """The ConveyorSnowflake adapter plugin for dbt"""

setup(
name=package_name,
version=package_version,
description=description,
setuptools_git_versioning={
"enabled": True,
},
long_description=description,
author="Stijn De Haes",
author_email="[email protected]",
Expand All @@ -20,4 +21,5 @@
"dbt-core~=1.7.0",
"dbt-snowflake~=1.7.0",
],
setup_requires=["setuptools-git-versioning<2"],
)

0 comments on commit d6fe982

Please sign in to comment.