Metadata-Version: 2.4
Name: svfmt_pkg
Version: 0.0.1
Summary: SystemVerilog formatter/wrapper generator
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "svfmt_pkg"       # Unique name on PyPI
version = "0.1.0"
description = "A cool Python function"
authors = [
  { name="Valerio Venceslai", email="valerio.venceslai@synthara.ai" }
]
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
dependencies = []
