mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
5 lines
145 B
Python
5 lines
145 B
Python
from setuptools import setup
|
||
|
||
# compatibility with legacy builds or versions of tools that don’t support certain packaging standards
|
||
setup(
|
||
)
|