DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

Request: Add wheel to PyPi #80

Open rsheftel opened 5 years ago

rsheftel commented 5 years ago

Is it possible to upload the wheel (bdist) file to PyPi in addition to the source dist? I have a package that depends on blist, but many people have problems installing blist using pip because they cannot build the executable. For now I direct them here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#blist