-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config.yaml files in chemicalmatcher and facilitymatcher to packa…
…ge data files in setup, address issue #30
- Loading branch information
1 parent
11c7a69
commit 19cb340
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
|