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