Skip to content

Commit

Permalink
Merge pull request #164 from openego/dev
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
AnyaHe authored Oct 18, 2019
2 parents 9532ff0 + 67ebe27 commit f64d30b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

BASEPATH = '.eDisGo'

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

class InstallSetup(install):
def run(self):
Expand All @@ -27,11 +29,13 @@ def create_edisgo_path():
packages=find_packages(),
url='https://github.com/openego/eDisGo',
license='GNU Affero General Public License v3.0',
author='gplssm, nesnoj, birgits, boltbeard',
author_email='',
author='gplssm, nesnoj, birgits, boltbeard, AnyaHe',
author_email='[email protected]',
description='A python package for distribution grid analysis and optimization',
long_description=read('README.md'),
long_description_content_type='text/x-rst',
install_requires=[
'demandlib',
'demandlib',
'ding0 >= 0.1.12',
'networkx >= 2.0 ',
'shapely >= 1.5.12, <= 1.6.3',
Expand Down

0 comments on commit f64d30b

Please sign in to comment.