diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4bf4483 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.md \ No newline at end of file diff --git a/README.MD b/README.md similarity index 100% rename from README.MD rename to README.md diff --git a/setup.py b/setup.py index 385740c..fd39f6d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -with open("README.MD","r") as file: +with open("README.md","r") as file: long_description = file.read() requirements = [] @@ -10,7 +10,7 @@ setuptools.setup( name = "facebook_page_scraper", - version = "2.0.1", + version = "2.0.2", author = "Sajid Shaikh", author_email = "shaikhsajid3732@gmail.com", description = "Python package to scrap facebook's pages front end with no limitations",