Skip to content

Commit

Permalink
fix setup.py to work with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Jun 5, 2018
1 parent e87e270 commit 5bfbdf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
from setuptools import setup, find_packages
from setuptools.command.install import install

import message_ix

INFO = {
'version': message_ix.__version__,
'version': '1.0.0',
}


Expand Down

0 comments on commit 5bfbdf3

Please sign in to comment.