Coverage for src / gitversioned / plugins / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-14 20:55 +0000

1""" 

2Build system plugins for gitversioned. 

3 

4This package provides the integration plugins required to connect the core 

5git-versioned logic with standard Python build backends, such as Hatchling 

6and Setuptools. These plugins serve as the entry points for the build systems 

7to query and inject the dynamically generated version strings into the 

8distribution metadata during the build process. 

9"""