Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Apr 1, 2020
1 parent be23d81 commit aa9ccc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



This libraries contains the utilities to access different Argentina-Related databases
This library contains the utilities to access different Argentina-Related databases
of COVID-19 data from the IATE task force.

## Installation
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
LONG_DESCRIPTION = fp.read()


DESCRIPTION = " ".join(
LONG_DESCRIPTION.split("## Authors", 1)[0].split(
"\n", 1)[-1].splitlines()).strip()

DESCRIPTION = """Utilities to access different Argentina-Related databases
of COVID-19 data from the IATE task force."""

with open(PATH / "arcovid19.py") as fp:
VERSION = [
Expand Down

0 comments on commit aa9ccc6

Please sign in to comment.