contentauth / c2pa-python

Python binding for c2pa-rs library
Apache License 2.0
23 stars 7 forks source link

Multi-platform publish with import name change to c2pa #6

Closed gpeacock closed 7 months ago

gpeacock commented 8 months ago

Fix build issues and publish for multiple platforms. adds automated publish of platform crates for macos, windows, and manylinux. changed library import name to c2pa uniffi was generating the wrong names on linux builds this means instead of: import c2pa_python as c2pa you just enter import c2pa