appliedsec / pygeoip

DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
GNU Lesser General Public License v3.0
481 stars 111 forks source link

Add support for Python Wheel. #49

Closed jennifere closed 11 years ago

jennifere commented 11 years ago

Apparently pygeoip is on the Wheel of Shame (and one of the top most downloaded 360 packages!)

http://pythonwheels.com/

tiwilliam commented 11 years ago

Interesting, let's make it one of the few green ones.

tiwilliam commented 11 years ago

Apparently that should be enought since we are pure Python. Time for deploy? :smile:

python setup.py sdist upload
python setup.py bdist_wheel upload
jennifere commented 11 years ago

Looks good to me. Actually that list is in order, so we're in the top 100. Crazy!

jennifere commented 11 years ago

i'll have to do the bdist_wheel thing when I get home. Proxy at work makes stuff like that a pain.

tiwilliam commented 11 years ago

Cool, we are now green in the list! Great job!