Skip to content

Commit

Permalink
Appeasing pep8speaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Chambers committed Feb 5, 2019
1 parent d341b35 commit 2e5bb2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
todo_include_todos = False



# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand All @@ -115,7 +114,7 @@
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
#html_sidebars = {}
# html_sidebars = {}


# -- Options for HTMLHelp output ------------------------------------------
Expand Down Expand Up @@ -172,4 +171,4 @@
(master_doc, 'jwql', 'jwql Documentation',
author, 'jwql', 'One line description of project.',
'Miscellaneous'),
]
]
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

VERSION = '0.17.0'

AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, Graham Kanarek'
AUTHORS += 'Johannes Sahlmann, Lauren Chambers, Catherine Martlin'
AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, '
AUTHORS += 'Graham Kanarek, Johannes Sahlmann, Lauren Chambers, Catherine Martlin'

REQUIRES = ['astroquery', 'bokeh==1.0.1', 'django==2.1.2', 'matplotlib', 'numpy', 'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy']
REQUIRES = ['astroquery', 'bokeh==1.0.1', 'django==2.1.2', 'matplotlib', 'numpy',
'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy']

setup(
name='jwql',
Expand All @@ -23,4 +24,4 @@
install_requires=REQUIRES,
include_package_data=True,
include_dirs=[np.get_include()],
)
)

0 comments on commit 2e5bb2b

Please sign in to comment.