Skip to content

Commit 37a8d5e

Browse files
miguelalizolwasser
authored andcommitted
Tweak formatting.
1 parent 03937cc commit 37a8d5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorials/setup-py-to-pyproject-toml.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,4 @@ hatch build
102102

103103
This command will build your project based on the specifications in the `pyproject.toml` file. Make sure to check for any errors or warnings during the build process.
104104

105-
7. **Test Existing Functionality**:
106-
107-
After successfully building your project with `pyproject.toml`, it's crucial to ensure that your project's existing functionality remains intact. Run any pre-existing tests to verify that everything still works as expected.
105+
7. **Test Existing Functionality**: After successfully building your project with `pyproject.toml`, it's crucial to ensure that your project's existing functionality remains intact. Run any pre-existing tests to verify that everything still works as expected.

0 commit comments

Comments
 (0)