From 8ee493dc67d87ef8ccf23a43d8c54e1efa60a1e0 Mon Sep 17 00:00:00 2001 From: Eric Burt Date: Tue, 5 Jan 2021 17:21:16 -0500 Subject: [PATCH] Add JSON files to setup.py --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ffc2d55..420c969 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ 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, @@ -17,7 +17,10 @@ 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_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',