Skip to content
Snippets Groups Projects
Commit 0a804180 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

mkexp: fixed missing installation of 'duexp'

parent b0a91046
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ Global
* Fixed bash shell utility 'cdexp' to handle absolute file names
when reading from 'update' script
* Fixed update script to export all ...PATH variables in case they don't exist
* Fixed missing installation of 'duexp'
Release 1.0.2
=============
......
......@@ -10,7 +10,7 @@ setup(
author_email = 'karl-hermann.wieners@mpimet.mpg.de',
url = 'http://code.mpimet.mpg.de/projects/esmenv',
py_modules = ['configobj', 'validate', 'feedback', 'expconfig', 'files', 'package_info'],
scripts = ['mkexp', 'getexp', 'rmexp', 'diffexp', 'diffpath', 'cpexp', 'cppath'],
scripts = ['mkexp', 'getexp', 'rmexp', 'diffexp', 'diffpath', 'cpexp', 'cppath', 'duexp'],
data_files = [('share/doc/'+package_info.name, ['doc/mkexp.pdf', 'mkexp.bash'])],
platforms = ['Posix'],
license = 'LICENSE.txt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment