Skip to content

Commit

Permalink
Merge pull request #13 from Social-Media-Public-Analysis/json
Browse files Browse the repository at this point in the history
Add JSON files to setup.py
  • Loading branch information
erb13020 authored Jan 5, 2021
2 parents af6bcc8 + 8ee493d commit 287d4f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@
setup(
name = 'dozent',
packages = ['dozent'],
version = '0.6',
version = '0.7',
license='MIT',
description = 'Dozent is a powerful downloader that is used to download a ton of twitter data from the internet archive.',
long_description=long_description,
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_06.tar.gz',
package_data={
'': ['*.json'],
},
download_url = 'https://github.com/Social-Media-Public-Analysis/dozent/archive/v_07.tar.gz',
keywords = ['TWITTER', 'SCRAPER', 'TWEET'],
install_requires=[
'pySmartDL',
Expand Down

0 comments on commit 287d4f1

Please sign in to comment.