Skip to content

Commit

Permalink
renamed dispacli.py into dispaset and added it to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
squoilin committed Dec 18, 2017
1 parent b9c9939 commit ef138a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
File renamed without changes.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def define_data_files():
setup(
name='Dispa-SET',
version=__version__,
author='Sylvain Quoilin, Konstantino Kavvadias',
author='Sylvain Quoilin, Konstantinos Kavvadias',
author_email='squoilin@uliege.be',
description='An open-source unit commitment and optimal dispatch model ',
license='EUPL v1.1.',
Expand All @@ -38,11 +38,7 @@ def define_data_files():
"numpy >= 1.12",
"pandas >= 0.19"
],
entry_points={
'console_scripts': [
'DispaSET = dispacli:cli'
]
},
scripts=['dispaset'],
classifiers=[
'Intended Audience :: Science/Research',
'License :: OSI Approved :: EUPL Software License',
Expand Down

0 comments on commit ef138a6

Please sign in to comment.