Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package-structure-code/python-package-build-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ included in the table.
### Package tool features table

```{csv-table}
:header: Feature, Flit, Hatch, PDM, Poetry
:header: Feature|Flit|Hatch|PDM|Poetry
:widths: 36, 10,10,10,10
:delim: "|"

Expand Down Expand Up @@ -244,7 +244,7 @@ packages them with the pure Python files.
### PDM Features

```{csv-table}
:header: Feature, PDM, Notes
:header: Feature|PDM|Notes
:widths: 20,5,50
:delim: "|"

Expand Down Expand Up @@ -297,7 +297,7 @@ building a basic package to use in a local workflow that doesn't require any adv
### Flit Features

```{csv-table}
:header: Feature, Flit, Notes
:header: Feature|Flit|Notes
:widths: 20,5,50
:delim: "|"

Expand Down Expand Up @@ -340,7 +340,7 @@ as building your documentation locally. This means that you could potentially dr
### Hatch features

```{csv-table}
:header: Feature, Hatch, Notes
:header: Feature|Hatch|Notes
:widths: 20,5,50
:delim: "|"

Expand Down Expand Up @@ -385,7 +385,7 @@ is currently undocumented. Thus, we don't recommend using Poetry for more comple
### Poetry features

```{csv-table}
:header: Feature, Poetry, Notes
:header: Feature|Poetry|Notes
:widths: 20,5,50
:delim: "|"

Expand Down
Loading