Skip to content

Commit d7c0052

Browse files
author
github-actions
committed
-
[TRANSFER][PUBLISH]
1 parent 809f6e0 commit d7c0052

File tree

2 files changed

+2
-61
lines changed

2 files changed

+2
-61
lines changed

README.md

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

build/pypi-packager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class pypi {
5151
`directory = "src"\n` +
5252
`\n` +
5353
`[tool.hatch.build.targets.wheel]\n` +
54-
`packages = ["src/${this.exchange}"]\n` +
54+
`sources = ["src"]\n` +
55+
`only-include = ["src/${this.exchange}"]\n` +
5556
`\n` +
5657
`[project]\n` +
5758
`name = "${pypiPackageName}"\n` +

0 commit comments

Comments
 (0)