Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwickerhf committed Jan 19, 2021
1 parent 4288d10 commit a86b232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
long_description_content_type="text/markdown",
author = 'David Wicker', # Type in your name
author_email = '[email protected]', # Type in your E-Mail
url = 'https://github.com/wickerdevs/instaclient', # Provide either the link to your github or to your website
download_url = 'https://github.com/wickerdevs/py-instaclient/archive/v2.8.9.tar.gz', # I explain this later on
url = 'https://github.com/davidwickerhf/instaclient', # Provide either the link to your github or to your website
download_url = 'https://github.com/davidwickerhf/instaclient/archive/v2.8.9.tar.gz', # I explain this later on
keywords = ['INSTAGRAM', 'BOT', 'INSTAGRAM BOT', 'INSTAGRAM CLIENT'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'selenium',
Expand Down

0 comments on commit a86b232

Please sign in to comment.