Add print statement in setup.py

Add print statement for debugging purposes.
This commit is contained in:
Tal 2025-08-26 17:52:29 +03:00 committed by GitHub
parent dae9683770
commit 4e6357d23c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,3 +3,4 @@
from setuptools import setup from setuptools import setup
setup() setup()
print("aaa")