Skip to content

python-project-templates/hatch-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.