add methods for Client

This commit is contained in:
Taehoon Kim
2015-04-18 22:21:27 +09:00
parent a81fff0211
commit 7ef3f2e25e
4 changed files with 46 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ setup(
author=author,
author_email=email,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 1 - Planning',
'Intended Audience :: Developers',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
@@ -64,7 +64,7 @@ setup(
'Topic :: Multimedia :: Graphics :: Presentation',
'Topic :: Software Development :: Libraries :: Python Modules',
],
description="Facebook Chat(Messenger) for Python",
description="Facebook Chat (Messenger) for Python",
keywords=["facebook chat fbchat"],
include_package_data=True,
license=license_content,