Skip to content

Commit

Permalink
minor repo cleanup (#31)
Browse files Browse the repository at this point in the history
* minor repo cleanup

* Update dbt_common/__about__.py
  • Loading branch information
emmyoop authored Jan 17, 2024
1 parent 18fd40f commit 3133117
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
** replace `dbt-common` with your repository name in all docs

## Understanding dbt-common

A short description of the purpose of this repository. Include relevant images.
The shared common utilities for dbt-core and adapter implementations use

## Getting started

Expand Down
1 change: 1 addition & 0 deletions dbt_common/__about__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = "0.1.0"
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dbt-common"
version = "0.0.1"
dynamic = ["version"]
description = "The shared common utilities that dbt-core and adapter implementations use"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -33,6 +33,9 @@ dependencies = [
"typing-extensions~=4.4",
]

[tool.hatch.version]
path = "dbt_common/__about__.py"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 3133117

Please sign in to comment.