Skip to content

Commit

Permalink
Blacken setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Feb 20, 2019
1 parent 32e6ded commit 1d6258b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,12 @@ def read(*names, **kwargs):
"shapely",
"tsam",
"click",
"toml"
"toml",
],
extras_require={
# eg:
# 'rst': ['docutils>=0.11'],
# ':python_version=="2.6"': ['argparse'],
},
entry_points={
'console_scripts': [
'ota = oemof.tabular.cli:main',
]
},
entry_points={"console_scripts": ["ota = oemof.tabular.cli:main"]},
)

0 comments on commit 1d6258b

Please sign in to comment.