Files
pyeclib/setup.py
Tim Burke 37e19268e8 Move to pyproject.toml
Tested to work with at least pip and build as frontends:

    pip wheel .
    python -m build .

If liberasurecode is installed to a non-standard location, you may
need additional arguments like

    <build command> --config-setting="--global-option=build_ext" \
      --config-setting="--global-option=-I${HOME}/.local/include" \
      --config-setting="--global-option=-L${HOME}/.local/lib"

Or, export appropriate CFLAGS/LDFLAGS values.

Signed-off-by: Tim Burke <tim.burke@gmail.com>
Change-Id: I3c1d88fd3225f27bde4b08b1b848bd66e6d597ae
2025-07-02 14:16:47 -07:00

5 lines
39 B
Python

import setuptools
setuptools.setup()