reduce sdist contents
This commit is contained in:
parent
2026fdddf5
commit
6a5b711e59
1 changed files with 14 additions and 0 deletions
|
|
@ -63,6 +63,20 @@ dev = [
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.sdist]
|
||||||
|
only-include = [
|
||||||
|
"masque",
|
||||||
|
"examples",
|
||||||
|
"stubs",
|
||||||
|
"pyproject.toml",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE.md",
|
||||||
|
"MIGRATION.md",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["masque"]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "masque/__init__.py"
|
path = "masque/__init__.py"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue