Metadata-Version: 2.1
Name: furiosa-native-postprocess
Version: 0.9.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

### Build & publish

To build wheels, please run the following

```
maturin build --release
```

We provide a dedicated Dockerfile and build script to automate building manylinux-compatible wheels.

```
make wheel
```

The output packages(source distribution + wheels) will be saved to the `./wheels` directory.

