From cd258d1acc711131cdf104bb682786008c89f490 Mon Sep 17 00:00:00 2001 From: bruno_messias Date: Mon, 21 Aug 2017 12:36:37 -0300 Subject: [PATCH] Multiple lines are not allowed in setup.py --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 3982791..0b002b1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="sci2pdf", - version="0.0.1", + version="0.0.2", packages = find_packages(exclude=["build",]), scripts=["sci2pdf/bin/sci2pdf"], long_description = README_TEXT, @@ -17,12 +17,10 @@ "lxml"], include_package_data=True, license="GPLv3", - description="""Downloads pdfs via a DOI number, - article title or a bibtex file, - using the database of libgen(sci-hub)""", + description="Downloads pdfs via a DOI number, article title or a bibtex file, sci-hub", author="Bruno Messias", author_email="messias.physics@gmail.com", - download_url="https://github.com/bibcure/sci2pdf/archive/0.0.1.tar.gz", + download_url="https://github.com/bibcure/sci2pdf/archive/0.0.2.tar.gz", keywords=["bibtex", "sci-hub", "libgen", "doi", "science","scientific-journals"], classifiers=[