Skip to content

Commit

Permalink
Update build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Dec 25, 2024
1 parent bffb98d commit 31917e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ samples/private

*.html
*.sqlite-journal
scratch.py
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"hatchling>=1.8.1",
"hatchling>=1.27.0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies = [

[project.optional-dependencies]
build = [
"hatch",
"hatch>1.14.0",
"myst-parser[linkify]",
"nose",
"pytest",
Expand Down

0 comments on commit 31917e5

Please sign in to comment.