diff --git a/setup.py b/setup.py index 7fc3821..4961052 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="facebook_crawler", - version="0.0.23", + version="0.0.24", author="TENG-LIN YU", author_email="tlyu0419@gmail.com", - description="", + description="A package can help you crawl the post information from Facebook fanspages and public groups easily and elegantly.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/TLYu0419/facebook_crawler",