From 8b6349923e5930c854af752c589303f203b20cd6 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 17 Dec 2024 15:22:30 -0800 Subject: [PATCH] remove tools.hatch.metadata ref --- hatch.toml | 3 --- pyproject.toml | 3 --- 2 files changed, 6 deletions(-) diff --git a/hatch.toml b/hatch.toml index 2811756a..3a3990a6 100644 --- a/hatch.toml +++ b/hatch.toml @@ -59,6 +59,3 @@ check-sdist = [ "pip freeze | grep dbt-redshift", ] docker-prod = "docker build -f docker/Dockerfile -t dbt-redshift ." - -[tool.hatch.metadata] -allow-direct-references = true diff --git a/pyproject.toml b/pyproject.toml index 8aaf71f5..210dbe47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,3 @@ filterwarnings = [ "ignore:.*'soft_unicode' has been renamed to 'soft_str'*:DeprecationWarning", "ignore:unclosed file .*:ResourceWarning", ] - -[tool.hatch.metadata] -allow-direct-references = true