Skip to content

Commit 6c396e6

Browse files
MarieRoaldyngvem
andcommitted
Address review comments
Co-authored-by: Yngve Mardal Moe <[email protected]>
1 parent 2698d47 commit 6c396e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Lock files| ✅ | Poetry creates a **poetry.lock** file that you can use if you
396396
Publish to PyPI and test PyPI|✅|Poetry supports publishing to both test PyPI and PyPI
397397
Version Control based versioning|✅ | The plugin [Poetry dynamic versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) supports versioning using git tags with Poetry.
398398
Version bumping| ✅ | Poetry supports you bumping the version of your package using standard semantic version terms patch; minor; major
399-
Follows current packaging standards|✅|Since version 2.0 (released January 2025), Poetry supports most current project metadata standards. However, not all standards are supported, and it also supports the legacy Poetry format. Read below for more.
399+
Follows current packaging standards|✅|Since version 2.0, Poetry supports most current project metadata standards. However, not all standards are supported, and it also supports the legacy Poetry format. Read below for more.
400400
Install your package in editable mode|✅|Poetry supports installing your package in editable mode.
401401
Build your sdist and wheel distributions|✅|Poetry will build your sdist and wheel distributions using `poetry build`
402402
```

0 commit comments

Comments
 (0)