From 31917e58a9ef4ee816bc573a4b138e3f4b135c6b Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 25 Dec 2024 18:28:30 -0500 Subject: [PATCH] Update build backend --- .gitignore | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 77d9124..2a1b6b0 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ samples/private *.html *.sqlite-journal +scratch.py diff --git a/pyproject.toml b/pyproject.toml index 470acf8..3f7665f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "hatchling>=1.8.1", + "hatchling>=1.27.0", ] build-backend = "hatchling.build" @@ -59,7 +59,7 @@ dependencies = [ [project.optional-dependencies] build = [ - "hatch", + "hatch>1.14.0", "myst-parser[linkify]", "nose", "pytest",