mvt/setup.py
2023-02-08 20:18:16 +01:00

9 lines
231 B
Python
Executable File

# Mobile Verification Toolkit (MVT)
# Copyright (c) 2021-2023 Claudio Guarnieri.
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
from setuptools import setup
setup()