1

I'd like to reorganize my project as described here to be able to work on it with my friends. Unfortunately I don't know any way to determine python version >= 3 as meta data inside the setup block.
I know I could do an if-statement like answered here but I wonder why I cannot just state in in the setup settings (like with composer in php). I would have thought that the minimal version of the interpreter would be the first requirement to make...
I additionally cannot find a really complete listing of options to use in the setup block.

So is there really no way to determine the python version "the right way"? ;)

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.