meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

does it support setup.py with other requirement modules. #52

Closed vnitinv closed 9 years ago

vnitinv commented 9 years ago

My module is dependent on other modules, which are mentioned in setup.py as requirements. Can i create a wheel for my module even if required modules is not wheel.

ghickman commented 9 years ago

@vnitinv – your question sounds like you're asking about the wheel format itself, unfortunately this project is for the informational site http://pythonwheels.com, sorry about the confusion!

The wheel project lives here and pypa channel on irc.freenode.org is very good for finding answers this type of question. I hope this helps you find an answer to your question and again sorry for the confusion.