optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Update setup.py #1933

Closed cliffckerr closed 1 month ago

cliffckerr commented 2 months ago

Updates setup.py to use runpy instead of reading version.py as text; needed for pip installation to complete successfully since the version wasn't being parsed correctly otherwise.