[project] name = "python-wheel" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ { name = "Vlad-Stefan Harbuz", email = "vlad@vlad.website" } ] requires-python = ">=3.13" dependencies = [ "numpy>=2.4.2", ] [project.scripts] python-wheel = "python_wheel:main" [tool.scikit-build] minimum-version = "build-system.requires" build-dir = "build/{wheel_tag}" [tool.uv] cache-keys = [{ file = "pyproject.toml" }, { file = "src/**/*.{h,c,hpp,cpp}" }, { file = "CMakeLists.txt" }] [build-system] requires = ["scikit-build-core>=0.10", "pybind11"] build-backend = "scikit_build_core.build"