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 36dc975 commit 602621bCopy full SHA for 602621b
README.md
build/pypi-packager.ts
@@ -47,11 +47,11 @@ class pypi {
47
`requires = ["hatchling"]\n` +
48
`build-backend = "hatchling.build"\n` +
49
`\n` +
50
- `[tool.hatch.build.targets.sdist]\n` +
51
- `include = ["src/${this.exchange}"]\n` +
+ `[tool.hatch.build.sources]\n` +
+ `directory = "src"\n` +
52
53
`[tool.hatch.build.targets.wheel]\n` +
54
- `packages = ["src/${this.exchange}"]\n` +
+ `packages = ["${this.exchange}"]\n` +
55
56
`[project]\n` +
57
`name = "${pypiPackageName}"\n` +
0 commit comments