mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-16 07:17:44 +01:00
6 lines
145 B
Python
6 lines
145 B
Python
from setuptools import setup
|
||
|
||
# compatibility with legacy builds or versions of tools that don’t support certain packaging standards
|
||
setup(
|
||
)
|