Skip to content

Commit

Permalink
public release
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutgoswami committed Mar 19, 2020
1 parent 9d365bb commit 4d8192b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

#### ESSENTIAL LIBRARIES FOR MAIN FUNCTIONALITY ####

bs4
Pillow
beautifulsoup4==4.8.2
Pillow==7.0.0
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Inside of setup.cfg
[metadata]
description-file = README.md
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
long_description = fh.read()

setuptools.setup(
name="ig-profile", # Replace with your own username
name="ig_profile",
version="0.0.1",
author="Debdut Goswami",
author_email="[email protected]",
description="A simple package to extract the profile picture of a instagram user.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/debdutgoswami/instagram-profile-picture",
download_url = 'https://github.com/debdutgoswami/instagram-profile-picture/archive/v_0.0.1.tar.gz',
packages=setuptools.find_packages(),
install_requires=[
'beautifulsoup4',
'Pillow'
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4d8192b

Please sign in to comment.