Skip to content

Commit ec82fa9

Browse files
ofeklwasser
authored andcommitted
Discard changes to package-structure-code/python-package-build-tools.md
1 parent cd878a6 commit ec82fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ More than one maintainer? (bus factor)|✖|✖| ✖| ✅
224224

225225
Notes:
226226

227-
- _Hatch plans to support dependency management in the future_
227+
- _Hatch plans to support using other back-ends and dependency management in the future_
228228
- Poetry supports semantic versioning. Thus, it will support version bumping following commit messages if you use a tool such as Python Semantic Release
229229

230230
## PDM
@@ -344,7 +344,7 @@ as building your documentation locally. This means that you could potentially dr
344344
:widths: 20,5,50
345345
:delim: "|"
346346
347-
Use Other Build Backends|✅ |
347+
Use Other Build Backends|✅ | Switching out build back-ends is not currently an option with Hatch. However, this feature is planned for a future release.
348348
Dependency management|✖| Currently you have to add dependencies manually with Hatch. However a feature to support dependencies management may be added in a future release.
349349
Environment Management |✅ | Hatch supports Python virtual environments. If you wish to use other types of environments such as Conda, you will need to [install a plugin such as hatch-conda for conda support](https://github.com/OldGrumpyViking/hatch-conda).
350350
Publish to PyPI and test PyPI|✅|Hatch supports publishing to both test PyPI and PyPI

0 commit comments

Comments
 (0)