Skip to content

Commit 780ed50

Browse files
authored
Update package-structure-code/python-package-distribution-files-sdist-wheel.md
1 parent 40e3caf commit 780ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The metadata that both build tools and PyPI uses to describe and understand your
3434
```toml
3535
[build-system]
3636
requires = ["hatchling"]
37-
build-backend = "hatchling"
37+
build-backend = "hatchling.build"
3838
```
3939

4040
- And the dependencies section of your project table tells the build tool and PyPI what dependencies your project requires.

0 commit comments

Comments
 (0)