Skip to content

Commit 18fa300

Browse files
committed
Update package-structure-code/python-package-build-tools.md
1 parent c838451 commit 18fa300

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
@@ -394,7 +394,7 @@ Lock files| ✅ | Poetry creates a **poetry.lock** file that you can use if you
394394
Publish to PyPI and test PyPI|✅|Poetry supports publishing to both test PyPI and PyPI
395395
Version Control based versioning|✅ | The plugin [Poetry dynamic versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) supports versioning using git tags with Poetry.
396396
Version bumping| ✅ | Poetry supports you bumping the version of your package using standard semantic version terms patch; minor; major
397-
Follows current packaging standards|✔️|Poetry does not quite support current packaging standards for adding metadata to the **pyproject.toml** file but plans to fix this in an upcoming release.
397+
Follows current packaging standards|✖✅|Poetry does not quite support current packaging standards for adding metadata to the **pyproject.toml** file but plans to fix this in an upcoming release.
398398
Install your package in editable mode|✅|Poetry supports installing your package in editable mode using `--editable`
399399
Build your sdist and wheel distributions|✅|Poetry will build your sdist and wheel distributions using `poetry build`
400400
```

0 commit comments

Comments
 (0)