Skip to content

Commit

Permalink
Merge pull request #20 from shaikhsajid1111/readme-fix
Browse files Browse the repository at this point in the history
updated version, renamed Readme extension
  • Loading branch information
shaikhsajid1111 authored Apr 14, 2022
2 parents a4a9a2f + 74ef763 commit ef184ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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 = []
Expand All @@ -10,7 +10,7 @@

setuptools.setup(
name = "facebook_page_scraper",
version = "2.0.1",
version = "2.0.2",
author = "Sajid Shaikh",
author_email = "[email protected]",
description = "Python package to scrap facebook's pages front end with no limitations",
Expand Down

0 comments on commit ef184ed

Please sign in to comment.