Update build backend

This commit is contained in:
Sean Whalen
2024-12-25 18:28:30 -05:00
parent bffb98d217
commit 31917e58a9
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -136,3 +136,4 @@ samples/private
*.html
*.sqlite-journal
scratch.py
+2 -2
View File
@@ -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",