Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfmueller authored Jun 27, 2018
1 parent 353c2e3 commit 166d42d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import os
from setuptools import find_packages, setup

__copyright__ = "Flensburg University of Applied Sciences, \
Europa-Universität Flensburg, \
Centre for Sustainable Energy Systems, \
DLR-Institute for Networked Energy Systems"
__copyright__ = ("Flensburg University of Applied Sciences, "
"Europa-Universität Flensburg, "
"Centre for Sustainable Energy Systems, "
"DLR-Institute for Networked Energy Systems")
__license__ = "GNU Affero General Public License Version 3 (AGPL-3.0)"
__author__ = "mariusves"

Expand All @@ -13,8 +13,8 @@
name='eTraGo',
author='DLR VE, ZNES Flensburg',
author_email='',
description='electrical Transmission Grid Optimization of flexibility \
options for transmission grids based on PyPSA',
description=("electrical Transmission Grid Optimization of flexibility "
"options for transmission grids based on PyPSA"),
version='0.6',
url='https://github.com/openego/eTraGo',
license="GNU Affero General Public License Version 3 (AGPL-3.0)",
Expand All @@ -30,8 +30,8 @@
'tsam==0.9.9',
'shapely'],
dependency_links=[
'git+https://github.com/openego/PyPSA.\
git@75b81175576e7b3472a6fc95c8842dd42d16954c#egg=pypsa-0.11.0fork'],
("git+https://github.com/openego/PyPSA."
"git@75b81175576e7b3472a6fc95c8842dd42d16954c#egg=pypsa-0.11.0fork")],
extras_require={
'docs': [
'sphinx >= 1.4',
Expand Down

0 comments on commit 166d42d

Please sign in to comment.