hatch_ci.common
src/hatch_ci/common.py
1
2
3
PLUGIN_NAME = "ci"
RECORD_NAME = "_build.py"
BACKUP_SUFFIX = ".original"