Skip to content

Commit ef184ed

Browse files
Merge pull request #20 from shaikhsajid1111/readme-fix
updated version, renamed Readme extension
2 parents a4a9a2f + 74ef763 commit ef184ed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

README.MD renamed to README.md

File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
with open("README.MD","r") as file:
3+
with open("README.md","r") as file:
44
long_description = file.read()
55

66
requirements = []
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name = "facebook_page_scraper",
13-
version = "2.0.1",
13+
version = "2.0.2",
1414
author = "Sajid Shaikh",
1515
author_email = "shaikhsajid3732@gmail.com",
1616
description = "Python package to scrap facebook's pages front end with no limitations",

0 commit comments

Comments
 (0)