extract_otp_secret_keys/setup.py

6 lines
163 B
Python
Raw Normal View History

2022-12-30 12:37:05 +01:00
#!/usr/bin/python3
from setuptools import setup
2022-12-30 11:14:15 +01:00
# compatibility with legacy builds or versions of tools that dont support certain packaging standards
2022-12-30 12:37:05 +01:00
setup()