proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
"""
Setup.py for backward compatibility with older pip versions.
The actual build is handled by maturin via pyproject.toml.
"""

from setuptools import setup

setup()