Skip to content

Commit de313be

Browse files
mfisher87jhkennedychuckwondo
committed
Move build system to top of pyproject
Co-Authored-By: Joseph H Kennedy <[email protected]> Co-authored-by: Chuck Daniels <[email protected]>
1 parent 2cef7fb commit de313be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["hatchling", "hatch-vcs"]
3+
build-backend = "hatchling.build"
4+
15
[project]
26
name = "earthaccess"
37
version = "0.10.0"
@@ -108,10 +112,6 @@ docs = [
108112
]
109113

110114

111-
[build-system]
112-
requires = ["hatchling", "hatch-vcs"]
113-
build-backend = "hatchling.build"
114-
115115
[tool.pytest]
116116
filterwarnings = ["error::UserWarning"]
117117

0 commit comments

Comments
 (0)