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 4c28dd9 commit 22acbb8Copy full SHA for 22acbb8
README.md
build/pypi-packager.ts
@@ -51,8 +51,7 @@ class pypi {
51
`include = ["src/${this.exchange}"]\n` +
52
`\n` +
53
`[tool.hatch.build.targets.wheel]\n` +
54
- `packages = ["${this.exchange}"]\n` +
55
- `src-layout = "src"\n` +
+ `packages = ["src/${this.exchange}"]\n` +
56
57
`[project]\n` +
58
`name = "${pypiPackageName}"\n` +
0 commit comments