pyvider-hcl 2025-11-09
Inlined version resolution directly into __init__.py
2 files · 3+ · 22-

Simplified version infrastructure

2 files changed
  • _version.py Deleted standalone version module (21 lines removed)
  • __init__.py Added inline get_version call from provide-foundation
  • Deleted src/pyvider/hcl/_version.py entirely baseline internal
    1 file
    • _version.py
  • Moved version resolution directly into __init__.py using get_version("pyvider-hcl", caller_file=__file__) from provide-foundation baseline internal
    1 file
    • __init__.py