Skip to content

Commit

Permalink
Merge pull request #5 from Social-Media-Public-Analysis/erb13020-patch-2
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
erb13020 authored Dec 4, 2020
2 parents b308913 + 6c7fc75 commit 430e30a
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
@@ -1,16 +1,16 @@
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',
long_description_content_type="text/markdown",
author = 'Ali Abbas, Eric Burt, Keelin Becker-Wheeler',
author_email = '[email protected]',
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',
Expand Down

0 comments on commit 430e30a

Please sign in to comment.