mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-13 18:30:26 +01:00
6 lines
163 B
Python
6 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()
|