Compare commits

..

No commits in common. "master" and "release" have entirely different histories.

View File

@ -44,7 +44,6 @@ classifiers = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Topic :: File Formats",
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
include = [ include = [
@ -55,11 +54,6 @@ dependencies = [
"numpy>=1.26", "numpy>=1.26",
] ]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version] [tool.hatch.version]
path = "klamath/__init__.py" path = "klamath/__init__.py"