GEMScienceTools / gmpe-smtk

Python and OpenQuake-based Toolkit for Analysis of Strong Motions and Interpretation of GMPEs
GNU Affero General Public License v3.0
43 stars 33 forks source link

versioning #107

Open HerrMuellerluedenscheid opened 5 years ago

HerrMuellerluedenscheid commented 5 years ago

setup.py set's the version of 'gmpe-smtk' to that of the currently installed 'openquake' lib. Is that necessary or a good idea? Why is that needed? Also this enforced an order of installation which caught me already :) Why not use your own version numbers based on github and data for example?

daniviga commented 5 years ago

+1 on my side. @micheles ?

micheles commented 5 years ago

The reason is that we want to keep the gmpe-smtk closely tight to the engine. In the future it may even be merged with the engine repo.