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