wigners 0.3.0

Compute Wigner 3j and Clebsch-Gordan coefficients in pure Rust
Documentation
[build-system]
requires = [
    "setuptools >=44",
    "wheel >=0.36",
]
build-backend = "setuptools.build_meta"

[tool.tox]
legacy_tox_ini = """
[tox]

[testenv]
deps =
    discover
    numpy

commands =
    discover -p "*.py" -s python/tests
"""