File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33
44setup (name = "python-instagram-ext" ,
5- version = "1.3.4 " ,
5+ version = "1.3.5 " ,
66 description = "Life extended Instagram API client" ,
77 license = "MIT" ,
8- install_requires = ["simplejson" ,"httplib2" ,"six" ],
8+ install_requires = ["simplejson" , "httplib2" , "six" ],
99 author = "Seraphicer" ,
1010 author_email = "tomoyuki.kakuda@gmail.com" ,
1111 url = "http://github.com/Seraphicer/python-instagram" ,
12- packages = find_packages (),
13- keywords = "instagram" ,
14- zip_safe = True )
12+ packages = find_packages (),
13+ keywords = "instagram" ,
14+ zip_safe = True )
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def test_change_relationship(self):
235235 # test shortcuts as well
236236 self .api .follow_user (user_id = '10' )
237237 self .api .unfollow_user (user_id = '10' )
238-
238+
239239
240240if __name__ == '__main__' :
241241 if not TEST_AUTH :
You can’t perform that action at this time.
0 commit comments