diff --git a/README b/README index e16ddb4..439d773 100644 --- a/README +++ b/README @@ -7,7 +7,10 @@ Description sci2pdf is a module of `bibcure `__ Downloads pdfs via a DOI number, article title or a bibtex file, using -the database of libgen(sci-hub). ## Install +the database of libgen(sci-hub). + +Install +------- :: diff --git a/README.md b/README.md index 6666efc..98f4e61 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # SciHub to PDF ## Description + sci2pdf is a module of [bibcure](https://github.com/bibcure/bibcure) Downloads pdfs via a DOI number, article title or a bibtex file, using the database of libgen(sci-hub). + ## Install ``` diff --git a/sci2pdf-10.1063_1.3149495.pdf b/sci2pdf-10.1063_1.3149495.pdf new file mode 100644 index 0000000..c9d6a7a Binary files /dev/null and b/sci2pdf-10.1063_1.3149495.pdf differ diff --git a/setup.py b/setup.py index 16822b1..3982791 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,9 @@ "lxml"], include_package_data=True, license="GPLv3", - description=" Helps you to have a better bibtex file", + description="""Downloads pdfs via a DOI number, + article title or a bibtex file, + using the database of libgen(sci-hub)""", author="Bruno Messias", author_email="messias.physics@gmail.com", download_url="https://github.com/bibcure/sci2pdf/archive/0.0.1.tar.gz",