iyzico / iyzipay-python

iyzipay api python client
MIT License
86 stars 35 forks source link

Add wheel to setup_requires #68

Closed isik-kaplan closed 3 months ago

isik-kaplan commented 3 years ago

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.

MarlonJD commented 1 year ago

This should be merged asap