summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2018-08-19 14:29:31 +0000
committerrsiddharth <rsd@gnu.org>2018-08-19 14:29:31 +0000
commit286a1cdfafed14e9f8cef28b3b224c3eab4403fa (patch)
tree4566f75160bd02e489c60b8898f22d2486d484ce
parentf91d40ae918949e3c934694952536e3491be4fb4 (diff)
setup.py: Update config.install_requires.
Ensure line length <= 72.
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index df29aa3..c91b711 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,8 @@ config = {
'url': 'https://notabug.org/rsd/lpschedule-generator/',
'author': 'rsiddharth',
'author_email': 'rsd@gnu.org',
- 'install_requires': ['mistune', 'Jinja2', 'beautifulsoup4', 'unidecode', 'icalendar', 'pytz'],
+ 'install_requires': ['mistune', 'Jinja2', 'beautifulsoup4',
+ 'unidecode', 'icalendar', 'pytz'],
'tests_require': ['nose', 'mock'],
'test_suite': 'nose.collector',
'py_modules': ['lps_gen', 'lpschedule_generator._version'],