literary-build-hatch
A hatch plugin to build wheels from Literary projects.
Example pyproject.toml:
# Include the generated lib contents in the package root
[tool.hatch.build.targets.wheel.force-include]
"lib" = "/"
# Exclude lib if it isn't ignored by VCS
[tool.hatch.build]
exclude = ["lib"]
# Ensure src is available to editable installs
[tool.hatch.build.targets.wheel]
dev-mode-dirs = ["src"]
# Use Literary build hook
[tool.hatch.build.targets.wheel.hooks.literary]
dependencies = ["literary-build-hatch>=0.2.0"]
# Specify Hatch build-system
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
This hook supports editable installs, so pdm install just works out of the box!
Release files for literary-build-hatch 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| literary_build_hatch-0.3.0.tar.gz | 227.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| literary_build_hatch-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 231.9 kB
Release files / literary_build_hatch-0.3.0.tar.gz
| Download URL | literary_build_hatch-0.3.0.tar.gz |
|---|---|
| Size | 227.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b16e4f3921c71e0c33d6ed8aef3a9b291ad55f646e357b819082b6b3633c093a
|
|
BLAKE2b-256 checksum How to use checksums |
8f20026d1d42b9f63a1c4bf3a99a62f17111f1b096b40c226bf1232b7c1ea902
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / literary_build_hatch-0.3.0-py3-none-any.whl
| Download URL | literary_build_hatch-0.3.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e0c39c7fbdcf6dca344a8df587761019734e3d3e5241720bfb60f1742028f1f
|
|
BLAKE2b-256 checksum How to use checksums |
730a5d8cf2f5a97c9a5a61c4182a9f3d7005bc4ae1de3ed7baf074c13568270a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|