extract_otp_secret_keys/setup.py

6 lines
163 B
Python
Raw Normal View History

#!/usr/bin/python3
from setuptools import setup
# compatibility with legacy builds or versions of tools that dont support certain packaging standards
setup()