aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-03 12:37:31 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-03 12:37:31 +0000
commit1a957d97c9f3ea865820030e55d3c029c801fce3 (patch)
tree8d5311ab238aadd1f61576401b8ad5f50af8bd0e /setup.py
parentMinor changes to css and adding debugging code (diff)
downloadpaper2remarkable-1a957d97c9f3ea865820030e55d3c029c801fce3.tar.gz
paper2remarkable-1a957d97c9f3ea865820030e55d3c029c801fce3.zip
Fix typo in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b8e3a86..82a693a 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ REQUIRED = [
"unidecode>=1.1",
"titlecase>=0.12",
"PyPDF2>=1.26",
- "regex>=2018.11"
+ "regex>=2018.11",
"readability-lxml>=0.7.1",
"html2text>=2020.1.16",
"weasyprint>=51",