diff --git a/CHANGELOG.md b/CHANGELOG.md index e662bfc..4a36aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.0](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04 ### Added -- Support for dbt 1.0.0. +- Support for dbt 1.0.0 using pip. ### Changed - Use Poetry for local development and builds. diff --git a/pyproject.toml b/pyproject.toml index 6917e56..36554fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Brooklyn Data Co. "] keywords = ["dbt"] license = "Apache 2.0" homepage = "https://github.com/brooklyn-data/dbtenv" +readme = "README.md" classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License",