Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bengadisoufiane committed Jan 20, 2021
1 parent 772f248 commit c429a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name = 'Scweet',
packages = ['Scweet'],
version = '0.2.1',
version = '0.3.1',
license='MIT',
description = 'Tool for scraping Tweets',
author = 'Yassine AIT JEDDI and Soufiane Bengadi ',
author_email = 'bokudakgainaimachi@gmail.com',
author_email = 'bengadisoufiane@gmail.com',
url = 'https://github.com/Altimis/Scweet',
download_url = 'https://github.com/Altimis/Scweet/archive/0.1.1.tar.gz',
download_url = 'https://github.com/Altimis/Scweet/archive/v0.3.0.tar.gz',
keywords = ['twitter', 'scraper', 'python', "crawl", "following", "followers", "twitter-scraper", "tweets"],
install_requires=['selenium', 'pandas', 'python-dotenv', 'chromedriver-autoinstaller', 'urllib'],
classifiers=[
Expand Down

0 comments on commit c429a26

Please sign in to comment.