iyzipay-python
iyzipay-python copied to clipboard
Add wheel to setup_requires
Hey, apparently wheel is needed for the setup of this package. Tried to install it on a fresh ubuntu without wheel installed on my venv and needed to install wheel manually. Not much of a problem when you know what causes it, but it may take some time for beginners to understand what's wrong. Adding wheel to setup_requires here should fix the issue.
This should be merged asap