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 e2fd35f commit d049ef0Copy full SHA for d049ef0
README.md
build/pypi-packager.ts
@@ -48,7 +48,10 @@ class pypi {
48
`build-backend = "hatchling.build"\n` +
49
`\n` +
50
`[tool.hatch.build.targets.wheel]\n` +
51
- `packages = ["src/${this.exchange}"]\n` +
+ `include = ["src/${this.exchange}"]\n` +
52
+ `\n` +
53
+ `[tool.hatch.build.targets.wheel]\n` +
54
+ `packages = ["${this.exchange}"]\n` +
55
56
`[project]\n` +
57
`name = "${pypiPackageNameSanitized}"\n` +
0 commit comments