We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa69f2 commit 2a98b1aCopy full SHA for 2a98b1a
README.md
build/pypi-packager.ts
@@ -47,7 +47,7 @@ class pypi {
47
`requires = ["hatchling"]\n` +
48
`build-backend = "hatchling.build"\n` +
49
`\n` +
50
- `[tool.hatch.build.targets.wheel]\n` +
+ `[tool.hatch.build.targets.sdist]\n` +
51
`include = ["src/${this.exchange}"]\n` +
52
53
`[tool.hatch.build.targets.wheel]\n` +
0 commit comments