diff --git a/setup.py b/setup.py index 05765009c..1b8bab83a 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,9 @@ "You are using %s" % sys.version ) +i = 3 +if i == 3: + print("split muther tu father") # This is needed for versioneer to be importable when building with PEP 517. # See and links # therein for more information.