jgorset / facepy

Facepy makes it really easy to use Facebook's Graph API with Python
MIT License
863 stars 199 forks source link

Typo in setup.py #125

Closed archey closed 9 years ago

archey commented 9 years ago

File "setup.py", line 1 rom setuptools import setup

Looks like from is misspelled in the setup.py, you might want to change it and do a quick release.

This is on the latest 1.0.6 release.

jgorset commented 9 years ago

Damn, you're fast! I force pushed that like two minutes later. ;-)

archey commented 9 years ago

DId you happen to push a new git tag as the 1.0.6 release still seems to have the typo, in it?

jgorset commented 9 years ago

Ah! I must not have force pushed that. Thank you.