Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoAyanOfficial committed Jun 2, 2020
1 parent 3a1de5a commit 776e609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
name="apkdownload",

#version of the module
version="0.0.6",
version="0.0.7",

#Name of Author
author="Ayan Ansari",
Expand All @@ -26,7 +26,11 @@

#Any link to reach this module, if you have any webpage or github profile
url="https://Github.com/DevcodeOfficial/ApkDownload",

download_url="https://github.com/DevCodeOfficial/apkdownload/releases/latest",

install_requires = ["requests", "bs4"],

packages=setuptools.find_packages(),

#classifiers like program is suitable for python3, just leave as it is.
Expand Down

0 comments on commit 776e609

Please sign in to comment.