Skip to content

Commit

Permalink
Move build system to top of pyproject
Browse files Browse the repository at this point in the history
Co-Authored-By: Joseph H Kennedy <me@jhkennedy.org>
Co-authored-by: Chuck Daniels <cjdaniels4@gmail.com>
  • Loading branch information
3 people committed Sep 17, 2024
1 parent 2cef7fb commit de313be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "earthaccess"
version = "0.10.0"
Expand Down Expand Up @@ -108,10 +112,6 @@ docs = [
]


[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.pytest]
filterwarnings = ["error::UserWarning"]

Expand Down

0 comments on commit de313be

Please sign in to comment.