Skip to content

Commit

Permalink
update paths to units in package_data after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Apr 6, 2020
1 parent 46fcb3b commit 347cf0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -81,8 +81,9 @@ def main():
],
}
package_data = {
'pyam': ['region_mappings/*', '../units/definitions.txt',
'../units/modules/**/*.txt'],
'pyam': ['region_mappings/*',
'../units/iam_units/data/definitions.txt',
'../units/iam_units/data/**/*.txt'],
}
install_requirements = REQUIREMENTS
extra_requirements = EXTRA_REQUIREMENTS
Expand Down

0 comments on commit 347cf0f

Please sign in to comment.