mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-15 11:06:33 +01:00
5 lines
163 B
Python
5 lines
163 B
Python
#!/usr/bin/python3
|
||
from setuptools import setup
|
||
|
||
# compatibility with legacy builds or versions of tools that don’t support certain packaging standards
|
||
setup()
|