Skip to content

Commit f915a11

Browse files
committed
add python-build (closes #6)
1 parent 41cce88 commit f915a11

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

backend/githubData.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const tools = [
1515
name: "flit",
1616
owner: "takluyver",
1717
},
18+
{
19+
name: "python-build",
20+
owner: "FFY00",
21+
},
1822
{
1923
name: "tox",
2024
owner: "tox-dev",

frontend/src/initialToolData.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ export const initialToolData: Tool[] = [
2424
useCases: [],
2525
dependsOn: ['pip', 'venv'],
2626
},
27+
{
28+
features: ['build packages'],
29+
name: 'python-build',
30+
toolDescription:
31+
'A simple, correct PEP517 package builder. python-build will invoke the PEP 517 hooks to build a distribution package. It is a simple build tool, it does no dependency management.',
32+
useCases: [],
33+
dependsOn: [],
34+
},
2735
{
2836
features: ['dependency resolver'],
2937
name: 'pip-tools',

0 commit comments

Comments
 (0)