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 809f6e0 commit d7c0052Copy full SHA for d7c0052
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 = ["src/${this.exchange}"]\n` +
+ `sources = ["src"]\n` +
55
+ `only-include = ["src/${this.exchange}"]\n` +
56
57
`[project]\n` +
58
`name = "${pypiPackageName}"\n` +
0 commit comments