automesh 0.4.2

Automatic mesh generation.
[build-system]

build-backend = "maturin"

requires = ["maturin>=1.0,<2.0"]



[project]

authors = [

  {name = "Chad B. Hovey", email = "chovey@sandia.gov"},

  {name = "Michael R. Buche", email = "mrbuche@sandia.gov"},

]

classifiers = [

  "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

  "Development Status :: 5 - Production/Stable",

  "Intended Audience :: Science/Research",

  "Programming Language :: Python",

  "Programming Language :: Rust",

  "Topic :: Scientific/Engineering",

]

description = "automesh"

dynamic = ["version"]

name = "automesh"

requires-python = ">=3.10,<3.15"

readme = "README.md"



[project.urls]

Documentation = "https://automesh.readthedocs.io"

Homepage = "https://autotwin.github.io/automesh"

Repository = "https://github.com/autotwin/automesh"



[tool.maturin]

bindings = "bin"

profile = "release"