From 6c7fc75a7d0b5510646dcaa15a2e4c9388a2d771 Mon Sep 17 00:00:00 2001 From: Eric Burt <44654548+erb13020@users.noreply.github.com> Date: Fri, 4 Dec 2020 11:41:25 -0500 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 39bbf73..6228d79 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ -from distutils.core import setup +from setuptools import setup setup( name = 'dozent', packages = ['dozent'], - version = '0.3', + version = '0.4', license='MIT', description = 'Dozent is a powerful downloader that is used to download a ton of twitter data from the internet archive.', long_description='README.md', @@ -10,7 +10,7 @@ author = 'Ali Abbas, Eric Burt, Keelin Becker-Wheeler', author_email = 'eric.burt@protonmail.com', url = 'https://github.com/Social-Media-Public-Analysis/dozent', - download_url = 'https://github.com/Social-Media-Public-Analysis/dozent/archive/v_03.tar.gz', + download_url = 'https://github.com/Social-Media-Public-Analysis/dozent/archive/v_04.tar.gz', keywords = ['TWITTER', 'SCRAPER', 'DOWNLOAD'], install_requires=[ 'pySmartDL',