Skip to content

Commit

Permalink
Add config.yaml files in chemicalmatcher and facilitymatcher to packa…
Browse files Browse the repository at this point in the history
…ge data files in setup, address issue #30
  • Loading branch information
WesIngwersen committed Jun 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 11c7a69 commit 19cb340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

setup(
name="StEWI",
version="0.9.2",
version="0.9.3",
author="Wesley Ingwersen, Matthew Bergman, Jose Hernandez-Betancur, Tapajyoti Ghosh, Mo Li",
author_email="[email protected]",
description="Standardized Emission And Waste Inventories (StEWI)"
@@ -20,8 +20,8 @@
"output/flow/*.*",
"output/flowbyfacility/*.*",
"output/validation/*.*"],
'chemicalmatcher': ["data/*.*", "output/*.*"],
'facilitymatcher': ["data/*.*", "output/*.*"]},
'chemicalmatcher': ["data/*.*", "output/*.*", "config.yaml"],
'facilitymatcher': ["data/*.*", "output/*.*", "config.yaml"]},
include_package_data=True,
install_requires=['numpy>=1.16', 'pandas>=0.22', 'requests>=2.20',
'bs4', 'argparse', 'regex', 'selenium', 'PyYAML>=5.1',

0 comments on commit 19cb340

Please sign in to comment.