-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if the user has no phantomjs inform this
- Loading branch information
1 parent
d92d8a7
commit 577a3b5
Showing
5 changed files
with
28 additions
and
128 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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.4.0" | ||
__version__ = "0.4.1" | ||
__license__ = "AGPLv3" | ||
__author__ = "Bruno Messias" | ||
__author_email__ = "[email protected]" |
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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name="scihub2pdf", | ||
version="0.4.0", | ||
version="0.4.1", | ||
packages=find_packages(exclude=["build", ]), | ||
scripts=["scihub2pdf/bin/scihub2pdf"], | ||
long_description=README_TEXT, | ||
|
@@ -24,7 +24,7 @@ | |
description="Downloads pdfs via a DOI number(or arxivId), article title or a bibtex file, sci-hub", | ||
author="Bruno Messias", | ||
author_email="[email protected]", | ||
download_url="https://github.com/bibcure/scihub2pdf/archive/0.4.0.tar.gz", | ||
download_url="https://github.com/bibcure/scihub2pdf/archive/0.4.1.tar.gz", | ||
keywords=["bibtex", "sci-hub", "libgen", "doi", "science", "scientific-journals"], | ||
|
||
classifiers=[ | ||
|