-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Social-Media-Public-Analysis/json
Add JSON files to setup.py
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|