Skip to content

Commit

Permalink
tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
eddotman committed Aug 12, 2015
1 parent 03db77b commit 6dc10a5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ setup.cfg
setup.py
articledownloader/__init__.py
articledownloader/articledownloader.py
articledownloader/scrapers.py
articledownloader/settings.py
Binary file modified dist/articledownloader-2.4.tar.gz
Binary file not shown.
Binary file added dist/articledownloader-2.5.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
setup(
name = 'articledownloader',
packages = ['articledownloader'], # this must be the same as the name above
version = '2.4',
version = '2.5',
description = 'A class for downloading scientific journal articles',
author = 'Edward Kim',
author_email = 'eddotman@gmail.com',
url = 'https://github.com/eddotman/article-downloader', # use the URL to the github repo
download_url = 'https://www.github.com/eddotman/article-downloader/tarball/2.4',
download_url = 'https://www.github.com/eddotman/article-downloader/tarball/2.5',
keywords = ['journal', 'paper', 'article', 'downloader'], # arbitrary keywords
)

0 comments on commit 6dc10a5

Please sign in to comment.