Skip to content

Commit 81cf9a0

Browse files
authored
Update HATCH.md
1 parent e8a3579 commit 81cf9a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

HATCH.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,3 @@ hatch-project/src/hatch_project/\_\_init__.py
166166
hatch-project/tests/hatch_project/\_\_init__.py
167167

168168
Once you’ve created your Python application, open the ```pyproject.toml``` file. You should see that a lot of your project configuration values, such as dependencies and the Python version, are prefilled by Hatch. You’ll also notice other sections with the pattern ```[tool.hatch.*]```, which is where you’ll configure your project to use different Python dependencies, environments, and Python versions.
169-
170-
More ...

0 commit comments

Comments
 (0)