2023-07-26 08:14:36 +02:00
|
|
|
# for compatibility with legacy tools
|
|
|
|
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
|
|
from setuptools import setup
|
|
|
|
|
2023-07-28 02:22:38 +03:00
|
|
|
setup()
|
2024-12-08 08:47:13 +02:00
|
|
|
print("testing ...")
|