Skip to content

Commit 602621b

Browse files
author
github-actions
committed
-
- [TRANSFER][PUBLISH]
1 parent 36dc975 commit 602621b

File tree

2 files changed

+3
-63
lines changed

2 files changed

+3
-63
lines changed

README.md

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

build/pypi-packager.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ class pypi {
4747
`requires = ["hatchling"]\n` +
4848
`build-backend = "hatchling.build"\n` +
4949
`\n` +
50-
`[tool.hatch.build.targets.sdist]\n` +
51-
`include = ["src/${this.exchange}"]\n` +
50+
`[tool.hatch.build.sources]\n` +
51+
`directory = "src"\n` +
5252
`\n` +
5353
`[tool.hatch.build.targets.wheel]\n` +
54-
`packages = ["src/${this.exchange}"]\n` +
54+
`packages = ["${this.exchange}"]\n` +
5555
`\n` +
5656
`[project]\n` +
5757
`name = "${pypiPackageName}"\n` +

0 commit comments

Comments
 (0)