Skip to content

Commit d049ef0

Browse files
author
github-actions
committed
-
[TRANSFER][BUILD][PUBLISH]
1 parent e2fd35f commit d049ef0

File tree

2 files changed

+4
-63
lines changed

2 files changed

+4
-63
lines changed

README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

build/pypi-packager.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ class pypi {
4848
`build-backend = "hatchling.build"\n` +
4949
`\n` +
5050
`[tool.hatch.build.targets.wheel]\n` +
51-
`packages = ["src/${this.exchange}"]\n` +
51+
`include = ["src/${this.exchange}"]\n` +
52+
`\n` +
53+
`[tool.hatch.build.targets.wheel]\n` +
54+
`packages = ["${this.exchange}"]\n` +
5255
`\n` +
5356
`[project]\n` +
5457
`name = "${pypiPackageNameSanitized}"\n` +

0 commit comments

Comments
 (0)