We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a9a2f + 74ef763 commit ef184edCopy full SHA for ef184ed
MANIFEST.in
@@ -0,0 +1 @@
1
+include README.md
README.MD renamed to README.md
setup.py
@@ -1,6 +1,6 @@
import setuptools
2
3
-with open("README.MD","r") as file:
+with open("README.md","r") as file:
4
long_description = file.read()
5
6
requirements = []
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name = "facebook_page_scraper",
13
- version = "2.0.1",
+ version = "2.0.2",
14
author = "Sajid Shaikh",
15
author_email = "shaikhsajid3732@gmail.com",
16
description = "Python package to scrap facebook's pages front end with no limitations",
0 commit comments