Skip to content

Commit

Permalink
(1/x) Create pyproject.toml and move package name from setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
  • Loading branch information
susodapop committed Aug 24, 2023
1 parent 75ccb1a commit 56005dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.poetry]
name = "dbt-databricks"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ def _get_plugin_version():
sys.exit(-1)


package_name = "dbt-databricks"
package_version = _get_plugin_version()
description = """The Databricks adapter plugin for dbt"""

setup(
name=package_name,

version=package_version,
description=description,
long_description=long_description,
Expand Down

0 comments on commit 56005dc

Please sign in to comment.