Skip to content

Commit

Permalink
Make tox -e check happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Oct 15, 2020
1 parent 11b0814 commit 5a19d39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import os


extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ def read(*names, **kwargs):
# 'rst': ['docutils>=0.11'],
# ':python_version=="2.6"': ['argparse'],
},
entry_points={"console_scripts": ["egon-data = egon.data.cli:main",]},
entry_points={"console_scripts": ["egon-data = egon.data.cli:main", ]},
)

0 comments on commit 5a19d39

Please sign in to comment.