Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

File metadata and controls

22 lines (16 loc) · 1.06 KB

hatch go

Hatch plugin for Go builds

Build Status codecov License PyPI

Overview

A simple, extensible Go build plugin for hatch. Build Python extension modules written in Go using cgo.

[tool.hatch.build.hooks.hatch-go]
verbose = true
path = "."
module = "project"

Note

This library was generated using copier from the Base Python Project Template repository.