Files
nixpkgs/pkgs/development/python-modules/cmake/stub/pyproject.toml
T
Theodore Ni c81c467dce python3.pkgs.cmake: init stub at 3.26.4
I would like this to be as transparent as possible for Python packages,
so I'm shadowing the top-level cmake attribute by using the same name as
the PyPI package that this replaces.
2023-08-15 20:53:27 -07:00

14 lines
326 B
TOML

[build-system]
requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[project]
name = "cmake"
version = "@version@"
description = "CMake is an open-source, cross-platform family oftools designed to build, test and package software"
[project.scripts]
cmake = "cmake:cmake"
cpack = "cmake:cpack"
ctest = "cmake:ctest"