Skip to content

Commit

Permalink
Multiple lines are not allowed in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devmessias committed Aug 21, 2017
1 parent 0962532 commit cd258d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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="[email protected]",
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=[
Expand Down

0 comments on commit cd258d1

Please sign in to comment.