You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-structure-code/python-package-build-tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,7 @@ Lock files| ✅ | Poetry creates a **poetry.lock** file that you can use if you
394
394
Publish to PyPI and test PyPI|✅|Poetry supports publishing to both test PyPI and PyPI
395
395
Version Control based versioning|✅ | The plugin [Poetry dynamic versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) supports versioning using git tags with Poetry.
396
396
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.
398
398
Install your package in editable mode|✅|Poetry supports installing your package in editable mode using `--editable`
399
399
Build your sdist and wheel distributions|✅|Poetry will build your sdist and wheel distributions using `poetry build`
0 commit comments